Official Site Blog for ASPNETWorld.com

Thursday, November 24, 2005
New Book: Programming Microsoft ASP.NET 2.0 Core Reference
Dino Esposito's latest book Programming Microsoft ASP.NET 2.0 Core Reference is here! The 800-page book covers fundamentals of ASP.NET which include pages, controls, security, data binding, data source controls, caching, state management, intrinsics, a bit of internals, themes, profile, and ADO.NET.
Dino has revealed that he is currently writing the second volume of the book which will feature more advanced topics. Read his blog post here.

Wednesday, November 23, 2005

Monday, November 21, 2005
NDoc for .NET 2.0
Jonas Lagerblad has posted an improved .NET 2.0 port of NDoc 1.3.1 to generate decent output for the MSDN and MSDN2 documenters. There is C# generics output support but Jonas did hint that there is still room for enhancement. Do check it out!

Sunday, November 20, 2005

Saturday, November 19, 2005
Featured ASP.NET 2.0 Site: EventMingle.com
Built entirely using the ASP.NET 2.0 platform and Visual Studio 2005, EventMingle.com is a social networking service covering the trade show/conference space.
Software developer, Scott Hunter wants to know what you think of this site. Check it out!
Debug And Release Builds in ASP.NET 2.0
Some of you must have been wondering why is there only "Debug" build for web projects in Visual Studio 2005. Scott Allen has a nice post on how debug and release builds work in ASP.NET 2.0. Points to take home are that VS 2005 knows nothing about compiling a web application and that the ASP.NET platform takes care of the compilation responsibility now.
Scott also described how the new Web Deployment Projects changes the build scenarios for VS 2005.

Friday, November 18, 2005
Here Comes GridViewGirl.com!
DataGrid Girl Marcie Robillard makes a comeback...this time as GridView Girl! (GridViewGirl.com)
Back in the .NET 1.x days, Marcie rocked the .NET world with a distinctly pink-colored site focusing on the DataGrid. The "upgrade" to GridViewGirl seems natural with the release of .NET 2.0. Let's look forward to seeing fresh GridView resources from Marcie in her new site.

Thursday, November 17, 2005

Wednesday, November 16, 2005
URL Mapper with Regular Expressions Support in ASP.NET 2.0
One of the things that limits the usefulness of the built-in URL Mapping feature in ASP.NET 2.0 is the fact that it does not support regular expressions. Scott Guthrie tells why such support did not make it into this release.
Meanwhile, Christopher Pietschmann has posted a URL mapping solution which provides regex support for ASP.NET 2.0.
If you are looking for URL mapping/rewriting solutions for ASP.NET 1.1, see HOW TO: Rewrite URL.