If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What's the c# syntax to catch any possible exception?
Why should you override the tostring() method?
Give 2 scenarios where static constructors can be used?
Can fields inside a class be virtual?
What is the difference between int.parse and int.tryparse methods?
What does the dispose method do with the connection object?
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#?