What is the difference between var and dynamic types in c# 4.0?
What is event and delegates in c#?
What is data types in c#?
What is the purpose of a constructor in c#?
Can an array be null c#?
What is an escape sequence? Name some string escape sequences in c#.
Is c# code is managed or unmanaged code?
How many bytes is an int?
Why singleton class is sealed in c#?
what is the scope of anonymous type ?
Define a jagged array in c#?
Why are mutable structs evil?
Explain when should you call the garbage collector in .net?
How do switch statements work?
Explain static class members.