So how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process ?
1 1487Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
1 1736If you define integer variable and a object variable and a structure then how those will be plotted in memory ?
1 1438If 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?
977What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
1034What 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?
1105
What is the advantage of static class in c#?
What is the base class of all classes in c#?
Write a short note on interface?
How do you specify a custom attribute for the entire assembly?
How does foreach loop work in c#?
Are all methods virtual in c#?
Can we create extension method for interface?
What is the difference between “finalize” and “finally” methods in c#?
How do I trim a space in c#?
What is use of console?
What is use of private class in c#?
Is it possible to force garbage collector to run?
What is a console device?
Is learning c# hard?
What is an example of a delegate?