So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?
1 1419Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
1 1673If you define integer variable and a object variable and a structure then how those will be plotted in memory ?
1 1367If 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?
949What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
984What 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?
1060
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
How we can create an array with non-default values?
What is the use of private constructor in c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What issues can be faced while delivering code?
What is the difference between method overriding and method overloading?
Can abstract classes be final?
What is dynamic dispatch?
What is difference between c and c sharp?
Why is dll used?
Can abstract class be sealed in c#?
What is difference between array and collection?
What is difference between array and list in c#?
Can we extend sealed class in c#?
What is activator c#?