Can you specify nested classes as partial classes?
What is the difference between a constant and a static readonly field?
What are the 2 broad classifications of fields in c#?
What is wrong with the sample program below?
What is a static field?
What types of object can I throw as exceptions?
Can you prevent a class from being instantiated?
How do you create empty strings in c#?
Can a class have static constructor?
What is a constructor in c#?
How do I make a dll in c#?
Can you change the value of a constant filed after its declaration?
Can a struct inherit from an interface in c#?
Can I get the name of a type at runtime?
If a child class instance is created, which class constructor is called first - base class or child class?