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?
Explain webfarm vs webgardens in .net?
Using activex control in .net?
When we go for html server controls and when we go for web server controls?