.NET Pet Shop 4

.NET Pet Shop 4 sample application has now been released to the MSDN.  It worthwhile looking at this application as it discusses how the application was migrated from ASP.NET 1.1 as well as highlighting the best practices for building n-tier ASP.NET 2.0 Applications.

This application provides an excellent example of how to take advantage of the new ASP.NET 2.0 features after post-migration.  Some examples are:

Pet Shop 4 also provides an example of using the Provider Design Pattern to create a Membership Provider that uses Oracle as the database.  

Below are some links about Migration ASP.NET 1.1 Applications: