Fredrik Normén's Blog - NSQUARED²
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Microsoft Most Valuable Professional
     .Net Framework - ASP.Net - Architecture - Development
NOTE: This list of posts will only list the 15 latest posts, to see the rest, select from the Archives located in the menu to the left. The RSS will only list the 10 lastest posts.
ASP.NET 2.0 product design changes between Beta 1 and Beta 2

Category:  ASP.Net 2.0

One change that probably most of you are going to like is that the compilation model is more like ASP.Net 1.x, where the .aspx file will now by default remain separated from the code-behind binary when the code is pre-compiled. In beta 1, the pre-compilation compiled even the .aspx pages together with the code-behind.

 

The reserved application_xxxx folder will now use the "app_" prefix. For example:

 

Beta 1              October CTP                Beta 2

 

\Code               \Application_Code         \app_code

 

There will be a new CTP version probably released in November with those changes.

Read more about the ASP.NET 2.0 product design changes between Beta 1 and Beta 2

Posted: Tuesday, November 16, 2004 - 06:30 GMT+1    Print     E-mail    Comments (2)
   fredrik.nsquared2.com - 2007