So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?
1 1413Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
1 1660If you define integer variable and a object variable and a structure then how those will be plotted in memory ?
1 1355If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
944What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
978What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
1051
What is the difference between function and method in c#?
What is difference between il and dll ?
How many constructor can a class have?
Explain the difference between abstract class and interface.
When is a class declared as a class abstract?
What is dto c#?
Can you specify nested classes as partial classes?
What is the main method?
What do you mean by generic class in c#?
What do you mean by default constructor?
How long does it take to get a loop recorder put in?
What is difference between const and static in c#?
What is the difference between delegates and events in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
Is string a class in c#?