Does the system.exception class have any cool features?
What are properties in c#. Explain with an example?
What are constants in c#?
Does c# provide copy constructor?
How can I check the type of an object at runtime?
What are the new features in c# 2.0?
What do you mean by casting a data type?
What are the differences between value types and reference types?
What are instance fields in c#?
What do you mean by saying a "struct is a value type"?
Give examples for value types?
How do you create user defined data types in c#?
Does c# support multiple inheritance (mi)?
When do we generally use destructors to release resources?
How do I create a delegate/multicastdelegate?