I am looking details on the internal working of asp.net architecture. The topics need to include the following:
- Asp.Net Thread/Application Pools
- HttpRuntime
- HttpApplication - When and how it is set up
- How HttpContext is set up
- How objects can passed along the pipeline using HttpContext.Current.Items
- Why does modification of static variables requires locks in ASP.NET (advanced)
- IIS 7 Integration Mode