I just started with a conversion from webproject written with ASP.Net 1.1 to ASP.Net 2.0 and I have to say things are running smoother then I expected - if you want to know more you should definitely read
Visual Studio 2005 - Introduction to Web Application Projects - you can also start immediately with the download of
Visual Studio Web Application Projects RC1. The introduction whitepaper describes the different steps you should follow while performing an upgrade:
Step 1: Install the Visual Studio 2005 Web Application Project PreviewStep 2: Back Up Your Visual Studio .NET 2003 ProjectsStep 3: Open and Verify your Visual Studio .NET 2003 Web ProjectStep 4: Migrate the Solution to Visual Studio 2005 - a migration wizard automatically opens when you open the solution file with the Visual Studio 2005Step 5: Verify in Visual Studio 2005 - I only had to remove some naming conflicts as well as some problems with code behind files of Crystal ReportsStep 6: Covert Code-Behind Classes to Partial ClassesStep 7: Examine and Resolve XHTML Compliance IssuesScott also announced that the final version of the
Web Application Project will be available quite soon.
Now, I can finally all the great ASP.Net features such as master pages, the new gridview controls and the new provider model. For more info, check out the links listed below.
Some other usefull links:
Microsoft .NET Pet Shop 4: Migrating an ASP.NET 1.1 Application to 2.0Visual Studio Web Application Project SiteASP.Net 2.0 Membership, roles, forms authentication and security resourcesPaging through lots of data efficiently (100,000 records + using Atlas for Ajax refresh updates) Efficient data paging with the ASP.NET 2.0 DataList Control and ObjectDataSourceCustom Paging in ASP.NET 2.0 with SQL 2005Sorting Custom Paged ResultsScott Guttries "ASP.Net Tips & tricks" presentation & samples from ASP.Net connectionsSource Code for the Built-in ASP.NET 2.0 Providers Now Available for DownloadASP.NET 2.0 Master Pages IntroductionASP.NET 2.0 Master Pages Tips, Tricks and TrapsExtending the Gridview controlWeb Application Project ForumsA Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich ControlsUsing Javascript along with ASP.Net 2.0asp.netasp.net 2.0
No comments:
Post a Comment