ASP.NET 2.0 Resources From ScottGu

If you are wondering where to find more information on ASP.NET 2.0, look no further than these two blog postings by ScottGu.  The first is a comprehensive list of resources and pointers to blogs and articles (would love to see this plastered on msdn.microsoft.com/asp.net), the second is a short demo that shows how to stitch together the new provider features in ASP.NET 2.0 with barely any code. 

  1. ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources
  2. How to add a Login, Roles and Profile system to an ASP.NET 2.0 app in only 24 lines of code