Tips for creating C# Winform Application
Tips for creating C# Winform Application
I'm currently working on a winform application with high 2d and 3d vector graphics.
I faced several problems like app crash during long running operations, long rendering time, etc.
While searching for solutions i came to know that the entire UI must run on UI thread and the background process on worker threads and there are possible ways to reduce rendering time.
If I create the app from scratch what are the things I have to keep in mind?
Please help me. Thanks in advance. If you need more information, I'll try to provide them.
visual-studio
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Note that the
visual-studio
tag is only meant for questions relating to the Visual Studio IDE, not code merely written within it.– john
9 mins ago