Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?



Why is it not a good idea to insert code into InitializeComponent method when working with Visual St..

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

Post New Answer

More C Sharp Interview Questions

What is polymorphism and its types in c#?

0 Answers  


What is Inheritance in C#?

0 Answers   B-Ways TecnoSoft,


What are the characteristics of c#?

0 Answers  


What do you mean by object pooling?

0 Answers  


Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?

0 Answers  






I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


What is the default modifier for class in c#?

0 Answers  


what kind of questions (.net)to expect in a telephonic interview.This is the first time i will be facing a tele interview .Any inputs regarding this??

2 Answers   iNube Software Solutions,


Write a sample code to write the contents to text file in c#?

0 Answers  


What is stringbuilder c#?

0 Answers  


When a switch is said to be congested?

0 Answers   Wipro,


What is a void c#?

0 Answers  


Categories