Tech Ed 2005 Day 3 - ASP.NET 2.0: Under the Covers - Exploring Internals, Page Lifecyle and the Compilation Model
Posted by: Jeffrey Palermo,
on 08 Jun 2005 |
View original | Bookmarked: 0 time(s)
This talk went over the internals of ASP.NET 2.0. Other sessions went over the RAD (*shudders*) capabilities of v2, but this session drills down to the compilation models and other more internal aspects of the runtime. There are several compilation models. One could leave all files on disk and have them autocompiled on demand, or one could compile up front. For pre-compiling, there is the v1.1 option where everything but the markup files are compiled, and then there is full pre-compilation where...