|
 
|
- ASP.NET AJAX - This new feature provides the ability to define common structure and interface elements for your site, such as a page header, footer, or navigation bar, in a common location called a "master page", to be shared by many different pages within your site.
- New ListView and DataPager Controls - Provide a common UI for navigating between pages in your site, such as tree views, menus, and breadcrumbs.
- LINQ and other .NET Framework 3.5 Improvements - This allows for easy customization of a site's look-and-feel. You can define style information in a common location called a "theme" and apply that style information globally to pages or controls in a site.
- Visual Studio 2008 Support - Full support in Visual Studio 2008 for Windows Communications Foundation, and Windows Presentation Foundation, and including the new workflow-enabled services technology.
- WCF Support for RSS, JSON, POX and Partial Trust - With .NET 3.5, Windows Communication Foundation (WCF) now supports building Web services that can be exposed using any number of the Internet standard protocols, such as SOAP, RSS, JSON, POX and more. WCF makes it easy to create your endpoints, and now, supports building Web services in partial-trust situations like a typical shared-hosting environment.
|