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
Why we use get and set method in c#?
What is the use of static members with example using c#.net.
Is c# an open source?
Why data types are important in c#?
What is a partial class in c#?
Describe a Struct ?
Could you explain the difference between func vs action vs predicate?
List the fundamental oop concepts?
What is the use of convert toint32 in c#?
Is array passed by reference in c#?
What is a three-tier application.
What is the default value of string in c#?
How many constructor can a class have?
Why do I get a syntax error when trying to declare a variable called checked?
Why do we use interfaces in c#?