What's a windows process in .net?
What's typical about a windows process in regards to memory allocation in .net?
What is a formatter in .net?
What is smart navigation in .net?
How do you trigger the paint event in system.drawing?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What's singlecall activation mode used for in .net?
What is managed code and managed data in .net?
Can any object be stored in a viewstate in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is "common language specification" (cls) in .net?
What is view state in .net?
Explain how viewstate is being formed and how it's stored on client in .net?
What is a manifest in .net?
How to manage pagination in a page using .net?