What is msil in c#?
What are extensions in c#?
Why do we need escape characters?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
An Array is a Ref Type? what about the array elements which are value type(int,Float...etc)?
Why ref is used in c#?
How do you achieve polymorphism in c#?
How garbage collection deals with circular references.
How does dll hell solve in .net?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is a strong name in c#?
Explain metadata in c#.
What is the different types of private assembly and shared assembly?