ASP.NET 2.0 came out with great enhancements and new features. Have a look at these if you still didnt notice them.
- System.Web.Caching ( sqlCahceDependency )
- System.Web.Compilation ( BuildProvider, ClientBuildProvider )
- System.Web.Configuration ( WebConfiguraionManager )
- System.Web.Hosting ( ApplicationManager, HostingEnviroment, VirtualPathProvider )
- System.Web.Management ( WebBaseEvent )
- System.Web.Profile ( ProfileBase, SqlProfileBasProvider )
- System.Web.Security ( Membership, Roles )
- System.Web.UI ( ClientScriptManager, ICallbackEventHandler, IDataSource, MasterPage )
- System.Web.WebControls.WebParts ( sqlPersonalizationProvider, WebPartManager, WebPartZone, WebPart, WebPartConnection )
These are the new classes added to some old namespaces in addition to the completely new namespace ( System.Web.Profile ). So, go and explore .. ;)
A.