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
What are winforms in c#?
In object oriented programming, how would you describe encapsulation in c#?
How to use delegates with events?
What do you mean by stack and heap in c#?
What is callback method in c#?
Why do we need generics?
What is difference between string and stringbuilder in c#?
Is int an object in c#?
What is the differences between datagrid, datalist and repeater in .net?
What are the features of c#?
Can you create partial delegates and enumerations?
What's new in c#?
What is string literal in c#?
What is difference between abstraction and encapsulation in c#?
What is a Assembly?