Changes from ASP.NET 2.0 Beta 1 to Beta 2 – level 100

Check out the ASP.NET Developer center for some changes from ASP.NET Beta 1 to Beta 2.  I welcome some of these changes because I was in the croud that logged bugs against Beta 1, and these actions resolve the bugs.  The special directory names are changing.   Here are the changes:





































/Bin
(formerly Application_Assemblies)


stays the same


/Bin


/Code
(formerly Application_Code)


Becomes


/app_code


/Resources
(formerly Application_GlobalResources)


Becomes


/app_globalresources


/LocalResources
(formerly Application_LocalResources)


Becomes


/app_localresources


/WebReferences
(formerly Application_WebReferences)


becomes


/app_webreferences


/Data
(formerly Application_Data)


becomes


/app_data


/Browsers
(formerly Application_Browsers)


becomes


/app_browsers


/Themes
(formerly Application_Themes)


becomes


/app_themes


Generated event handlers will be marked as protected instead of private going forward.


The .aspx will no longer be a partial class with the code file and a system file.  Instead, the .aspx will inherit from the code file, which will be a partial class with a system file.  This solves the problem of not being able to reference UserControl types at design time. 


Another great thing, though, is that VWD2005 supports intellisense in the .aspx, so for whipping up code samples for newsgroups or my blog, I can just use a single file.  Yeah, I know, I’ve grown lazy and depend on intellisense, but when is the last time you actually got up to change the channel on your TV???  Addicted to the remote control???