I 'm working on a big project. My form is a mdi container of form1. form1 loading is too slow and i can see the controls being drawn.
Every form have an update method but I still have the same problem. I can't use task to create new form.
this is my code
form1.MdiParent = Me
form1.Show()
my form have over 40 control (textbox , label , gridview ...) and yes it is heavy UI. Is there any solution to make use of the concurrence technology like: task, async await?