What is the lock statement in c#?
What are generics in c#.net?
What is streamreader/streamwriter class?
What are constants in c#?
What is the difference between abstract and abstraction?
Explain About web methods and its various attributes
Explain how can I get around scope problems in a try/catch?
Explain the difference between class and interface in .net?
What are the types of comment in c# with examples?
What is the difference between as and is operators in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Can the nested class access, the containing class. Give an example?
What is the difference between a method and a property?
Can a struct be null?
Can a method be sealed in c#?