Why is it not a good idea to use empty destructors?
Is string primitive?
What are extensions methods in c#?
What is sqldataadapter in c#?
What is a static property. Give an example?
Can we override static class in c#?
How can you achieve run time polymorphism in C#?
About a class access specifiers and method access specifiers ?
If 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?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What does private void mean in c#?
What is the lock statement in c#?
What is difference between list and ilist in c#?