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)
Feedback
re: ASP.NET 2.0 product design changes between Beta 1 and Beta 2 - Radek

On the contrary - compilation model in 2.0 is a great concept. I hope we will at least have an option to switch into. I definitely hope this does not mean we come back to brittlely code without all advantages of partial classes. After all this news implies compilation of two different classes per page (going back to 'protected' instead of 'private' members in code-behind ? brrrr :) ).
Posted: Wednesday, November 17, 2004 - 00:18 GMT+1  
re: ASP.NET 2.0 product design changes between Beta 1 and Beta 2 - DT

This is a terrific change. The codebehind/inheritance model wsa a great idea, the only drawback was linking the ASPX class members and the codebehind.

By keeping codebehind in 2.0, but allowing "partial classes", you get the best of both worlds (1.1 and beta1). But yes Radek, you will need to go back to protected class members. :)
Posted: Wednesday, December 08, 2004 - 04:12 GMT+1  

Add feedback
Subject:
Name:
URL:
Message:




Please enter the text from the image:   

 
   fredrik.nsquared2.com - 2007