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
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.
on load
You can also explore NGEN which is Microsoft's tool which helps in improving managed app's performance