What is difference between an reference type and value type in C#?
What are the uses of delegates in c#?
What 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?
What is as keyword in c#?
What is oledbconnection c#?
What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?
How do you prevent a class from being inherited?
Define delegate?
How to force my .net app to run as administrator on windows 7?
Whats an assembly? Describe the importance of assembly?
What are extensions methods in c#?
What is the use of console readkey ()?
What is a callback c#?