Explain is the jit an interpreter?
What's the problem with .net generics?
What are the main components in .net?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Explain the garbage collection process?
What is a metadata in .net?
What is data type and how many types of data types are in .NET ?
What is immutability?
How is .net able to support a lot of languages?
What’s different between process and application in .net?
What's a windows process in .net?
What are code contracts?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?