Can you have parameters for static constructors?
What are custom exceptions? Why do we need them?
What is the difference between C# 3.5 and C# 4.0?
What is the difference between null and string empty in c#?
What are the types of access modifiers?
What is main thread in c#?
What is the relation between classes and objects?
What is a reference type c#?
What does console readline do?
Why attributes are used in c#?
Explain how can I get around scope problems in a try/catch?
What does int32 mean in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is polymorphism c# example?
What is platform independence"?