Search This Blog

Wednesday, January 30, 2008

Improvements in ASP.NET 3.5

  • A new data control, ListView, for displaying data
  • A new data source control, LinqDataSource, that exposes Language Integrated Query (LINQ) to Web developers through the ASP.NET data source control architectures
  • A new tool, ASP.NET Merge Tool (Aspnet_merge.exe), for merging precompiled assemblies
  • Tight integration with IIS 7.0. ListView is a highly customizable control (using templates and styles) that also supports edit, insert, and delete operations, as well as sorting and paging functionality.
  • The paging functionality for ListView is provided by a new control called DataPager. You can use the merge tool to combine assemblies to support a range of deployment and release management scenarios.
  • The integration of ASP.NET and IIS 7.0 includes the ability to use ASP.NET services, such as authentication and caching, for any content type. It also includes the ability to develop server pipeline modules in ASP.NET managed code and supports unified configuration of modules and handlers.

No comments: