439 training reviews
20 years in business
Call us on: 01457 858 877
ASP.NET 3.5 is NOT a new version of ASP.NET - it just uses a new version of the .NET framework, with support for Windows Presentation Foundation, Windows Communication Foundation, Windows Workflow Foundation and Windows CardSpace. Confused? Us too!
Specific new or changed features in ASP.NET 3.5 include:
Not content with repeaters, gridviews and datalists, ASP.NET 3.5 now comes with the listview control. This is like a gridview, but:
The dialog box below shows how to create a listview using the wizard:
ASP.NET 3.5 includes support for the LINQ data retrieval language. This is yet another halfway data class, which allows you to write strongly-typed queries without needing to know SQL. This owl isn't convinced that LINQ is worth learning, but here's a screen-shot of a data class that ASP.NET creates when you add a LINQ to SQL class:
ASP.NET 3.5 now includes support for AJAX (Asynchronous JavaScript And Xml), a client-side technology which allows you to refresh part of a screen without sending a request back to the server. Here are the tools provided in Visual Studio:
You can view a full list of changes in recent versions of ASP.NET by returning to our main ASP.NET version history page.