Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
Answer / ajay vikram
The designer will likely through it away, most of the code inside InitializeComponent is auto-generated.
Is This Answer Correct ? | 0 Yes | 0 No |
How do I join one form to another in c#?
What is the difference between firstordefault and singleordefault?
What is the purpose of private constructor in c#?
What is strong name in c# and how can we use it?
Why do we use ienumerable in c#?
What is difference between float and integer?
What can we do to handle multiple exceptions?
How to sort an int array in c#?
How can we give strong name to assembly? What is satellite assembly?
Is java better than c sharp?
What are most desktop applications written in?
How to use nullable types in .net?