What is the difference between const and readonly in c#.net?
Explain the various types of classes used in c#?
What is msil, and why should developers need an appreciation of it if at all?
if a method is marked as protected internal who can access it?
What is c# most used for?
what is partial assembly reference
How does return work in c#?
What problem does Delegate Solve?
What is strong data type in c#?
What is data hiding in c#?
How do you use nullable?
Explain what is an interface in c#?
What is a string in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
Is there any sample c# code for simple threading?