Posts tagged Interview Questions – ASP.NET
ASP.NET 2.0 Interview Questions #3
Feb 24th
Collected from the internet: 1. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension), the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker [...]
ASP.NET 2.0 Interview Questions #2
Feb 24th
Collected from the internet: Q1. What is Dynamic Compilation? A1. When an asp.net page is compiled for the first time, a copy of the compiled assembly is saved in the Temporary ASP.NET Files folder. This compiled page is of the type system.web.ui.page and includes all contents of the page (including html & scripts). When it [...]
ASP.NET 2.0 Interview Questions #1
Feb 24th
Collected from the internet: Q1.what are the new features in ASP.NET 2.0? A1. ASP.NET is a programming framework built on the common language runtime that can be used on a server to build powerful Web applications. The first version of ASP.NET offered several important advantages over previous Web development models. ASP.NET 2.0 improves upon that [...]