What is get set in c#?
When do you generally use a class over a struct?
Are there constructors in c sharp?
What is difference between encapsulation and abstraction in c#?
What is the difference between string and string in c#?
What is generic collection in c#?
What are Regex / regular expressions ?
Is boxing an implicit conversion?
What is the difference between struct and class in c#?
Contrast System.String and System.Text.StringBuilder classes?
What is as keyword in c#?
What is the difference between Static, Const and read only?
What is deadlock in c#?
Explain what is the smallest unit of execution in .net?
What are mutable and immutable types in c#?