What is the difference between public, static, and void?
Is c# lazy thread safe?
Explain the working of serialization?
What is yield in c#?
Can we maintain state in webservice?
What is a ienumerator?
Differentiate between sqlclient oledb and providers?
what is inheritance and an example in vb.net and c# of when you might use it?
Is it possible to execute multiple catch block for a single try statement?
what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?
What is the use of giving more than one CATCH BLOCK in one TRY block? Directly we can give that catch(Exception e)?Why we go for arrayoutofbound Exception,divided by zero etc..? Explain
How to implement an object pool in c#.net.
What is dictionary class in c#?