- Can the validation be done in the server side? Or this can be done only in the Client side?
- Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
- Can you explain what inheritance is and an example of when you might use it?
- Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
- Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component?
- Contrast the use of an abstract base class against an interface?
- Describe session handling in a webfarm, how does it work and what are the limits?
- Describe the difference between a Thread and a Process?
- Describe the difference between inline and code behind - which is best in a loosely coupled solution?
- Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
