How to improve the loading time of winform?

前端 未结 4 816
太阳男子
太阳男子 2021-02-08 15:30

I have a WinForms application. the main form is has a lot of controls and that is one of the reasons that makes it load very slow. what I would like to do is to make the form lo

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-08 16:07

    Try to minimize the code that executes during on load of main form or any of the control that is placed on the main form.

    You can also explore NGEN which is Microsoft's tool which helps in improving managed app's performance

提交回复
热议问题