Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
Answer Posted / 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 |
Post New Answer View All Answers
In a single .NET DLL how many classes it contains?
What do you mean by jagged arrays in c#?
What are properties in C#?
What is difference between constants and readonly in c#?
What is the use of partial methods?
What is a factory in c#?
What is readline library?
What is nameof c#?
How do you encapsulate in c#?
What is type keyword in c#?
What is int32 in c#?
What is a bool in c#?
Are value types sealed?
Can c# inherit multiple classes?
What is delegates in c# and uses of delegates?