Difference between value and reference type. What are value types and reference types?
How do destructors and garbage collection work in c#?
What is the difference between the debug class and trace class? Documentation looks the same.
What is jagged array?
Why is it not a good idea to use empty destructors?
Give some examples for built in datatypes in c#?
Give examples for reference types?
Is there an equivalent to the instanceof operator in visual j++?
Can a static class contain non static members?
Explain the 3 types of properties in c# with an example?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
Is it true that all c# types derive from a common base class?
Can derived classes have greater accessibility than their base types?
What's the difference between the debug class and trace class? Documentation looks the same.
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.