How can you force derived classes to provide new method implementations for virtual methods?
Is it possible to force garbage collector to run?
Can structs in c# have destructors?
Classes and structs can be declared as static, is this statement true or false?
Which controls do not have events?
Are c# destructors the same as c++ destructors?
Can you pass value types by reference to a method?
How do you create partial methods?
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?