The Active Network
ActiveWin: Reviews Active Network | New Reviews | Old Reviews | Interviews |Mailing List | Forums 
 

Amazon.com

  *  

 

Product: Visual Studio 2005 Codename "Whidbey" Enterprise Developer Edition Alpha
Company: Microsoft
Website: http://www.microsoft.com/
Estimated Street Price: N/A
Review By: Fernando Hualpa (Diwik)

ASP.NET 2.0

Table Of Contents
1. Introduction

2. The Development Environment
3. ASP.NET 2.0
4. Windows Forms 2.0
5. New Projects Part I

6. New Projects Part II
7. Conclusion

I must admit than when I read last year in a Microsoft employee blog about the new features of ASP.NET 2.0, specifically the sentence that said "it would simplify the job of web developers by 70%" I thought that was a joke. However, after spending some time using it I must say that I totally agree with that statement. Let's have a look at the new controls available. The community controls, a feature already available in ASP.NET Web Matrix, is not functional in this build.

 

Core Controls Part1Core Controls Part2Data Controls

Personalization ControlsValidation ControlsSecurity Controls

Navigation and Crystal ControlsHTML ControlsCommunity Controls

 

One of the things I like most is that Microsoft has merged the Web Parts Framework (WPF) within ASP.NET. Previously with version 1.1 of the framework that was not possible, it was necessary to install Windows SharePoint Services or SharePoint Portal Server 2003. These included the web parts assemblies, and you had to download the Web Parts SDK which added some new templates to Visual Studio .NET 2003 that enabled you to create custom web parts. Web Parts are useful if your application should look more like a portal. However the WPF is the front-end of a portal framework not a portal framework itself, so if you are looking for a portal framework, then develop using Web Parts against SharePoint Portal Server 2003 APIs. Below are some screenshots of an ASP.NET Intranet Site Project that I created, where you can appreciate some of the new functionality available to work with ASP.NET pages: Master Pages, tag editor, validation, publication, accessibility and the so much wanted XHTML formatting options, just to name a few.

 

ASP.NET Intranet Site ProjectMaster PageFormattingSolution Explorer

Class ViewNew ItemTAG EditorWeb Reference

Website MenuValidate WebAccessibilityOpen Web Site

 

Among the new tools I can not let go is the resource editor. The tool is really helpful for managing any kind of data that we want to embed as a resource within the ASP.NET assemblies.

 

Asp.net Resource EditorNew image resource

 

Another helpful feature is the Visual Studio Web Server, which simplifies debugging and testing by running ASP.NET projects without an instance of IIS.

 

Running the Intranet SiteCompilation error

 

 « The Development Environment Windows Forms 2.0 »

 

  *  
  *   *