Another cool feature of ASP.NET 2.0, is the ability to compile your ASP.NET app instead of having to wait till it is viewed the first time.
A new MSDN article on this, New Code Compilation Features in ASP.NET Whidbey. This also contains more information on the new codebehind model (using partial classes), \Code directory etc..


Comments