Features of ASP.NET 2.0

ASP.NET 2.0:

A new declarative data access model By taking advantage of the new data access controls, you can display and edit a set of database records without writing a single line of code.

Master Pages and Themes By taking advantage of Master Pages and Themes, you can easily create a common style and layout for all the pages in your website.

Membership API By taking advantage of the Membership API, you can build an entire user registration system that stores user information in a Microsoft SQL Server database table or Active Directory without writing any code.
Web Parts By taking advantage of Web Parts, you can build portal applications that can be customized by users or administrators at runtime.

SQL Cache Invalidation By taking advantage of SQL Cache Invalidation, you can cache database records in memory and reload the records automatically when the data in the underlying database changes.

AJAX By taking advantage of AJAX, you can update a web page without posting the page back to the web server.

Leave a Reply