What is generic types in c#?
Explain the difference between abstract class and interface.
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?
Can we have only “try” block without “catch” block in c#?
What is a clr host?
What is marshalling and what are different kinds of marshalling?
How do you define a predicate?
when data member or member function is static is acess specifier is considered??
Explain different properties of object oriented systems.
What is difference between dll and exe in c#?
What is shared inheritance
What's the implicit name of the parameter that gets passed into the set method/property of a class?
what is the scope of anonymous type ?