How many types of interface are there in c#?
What is a delegate, why should you use it and how do you call it ?
Why dictionary is used in c#?
How is a strongly-named assembly different from one that isn’t strongly-named?
Is list passed by reference c#?
What is difference between ienumerable and ienumerator in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Explain the Abstract class in c#.net
How is the syntax written to inherit from a class in C#?Give an example ?
What is 8 bit signed integer?
What is difference between abstraction and encapsulation in c#?
What is desktop application testing?
Can struct have constructor c#?