Explain how to implement delegates in c#.net
what is a constructor? What is a destructor?
How does c# generics and c++ templates compare?
What is Implementation inheritance
What are generics in c#.net?
Is is possible to force garbage collector to run?
How to add controls dynamically to the form using c#.net.
How to achieve polymorphism in c#?
What is ildasm and obfuscator in net?
Can private virtual methods be overridden in c#.net?
Explain how to implement an object pool in c#.net
What are circular references? How garbage collection deals with circular references.
how to implement a web service in .net
What is an object pool in .net?
How to add a readonly property in c#.net