


What is the difference between dynamic, var and object?

If we don’t use an IDisposable in a using block, will the Dispose method be called?

What is a private Constructor? When it is used?

How to handle unmanaged code memory?

Can you unit test a private method? How do you do it?

What are extension methods? When do you use them?

What is the importance of IDisposable interface?
