What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Enlist all the components of an ado.net framework?
Explain about Protected and protected internal, ?internal? access-specifier?
what is Encapsulation?
What are static and dynamic variables?
What do you know about WM_CHAR message?
What is the difference between console and windows application?
What is serialization in .net?
Can we declare class as protected?
Can you prevent your class from being inherited and becoming a base class for some other classes?
Explain about Error handling and how this is done
What is the delegate in c#?
Why we use get set property in c#?