Presentation Transcript
What’s new in ASP.NET 3.5? : What’s new in ASP.NET 3.5? Mike Ormond
Developer & Platform Group
Microsoft Ltd
Mike.Ormond@microsoft.com
http://mikeo.co.uk
What we’ll look at... : What we’ll look at...
ASP.NET AJAX : ASP.NET AJAX
ASP.NET AJAX : ASP.NET AJAX
ASP.NET AJAX Control Toolkit : ASP.NET AJAX Control Toolkit Separate download from core ASP.NET AJAX
Library of free ASP.NET AJAX enabled controls
Download from http://ajax.asp.net
Developed using a collaborative source model
All source freely available with modification license
Both Microsoft & non-Microsoft developers can contribute
Around 40 controls today
Visual Studio 2008 AJAX Support : Visual Studio 2008 AJAX Support
ASP.NET AJAX Support : ASP.NET AJAX Support
Today’s Data Access Challenges : Today’s Data Access Challenges
As a Result : As a Result
LINQ : LINQ
Language Innovations : Language Innovations var condiments =
from p in products
where p.Category == “Condiments”
select new { p.Name }; var condiments =
products
.Where(p => p.Category == “Condiments”)
.Select(p => new { p.Name });
LINQ : LINQ
New ASP.NET Data Controls : New ASP.NET Data Controls
Data Access in ASP.NET 3.5 : Data Access in ASP.NET 3.5
Slide16 : Microsoft Silverlight is a cross-browser, cross-platform implementation of .NET for building and delivering the next generation of media experiences & rich interactive applications for the Web.
Silverlight : Silverlight
Silverlight : Silverlight
ASP.NET "Futures" Release : ASP.NET "Futures" Release
ASP.NET Futures Release : ASP.NET Futures Release
Additional Information : Additional Information ASP.NET AJAX
http://ajax.asp.net
Data Access And LINQ
http://weblogs.asp.net/scottgu
http://www.microsoft.com/uk/msdn/nuggets
Silverlight
http://www.silverlight.net
ASP.NET Futures
http://www.asp.net/downloads/futures
General
http://weblogs.asp.net/scottgu
http://mikeo.co.uk
MSDN in the UK : MSDN in the UK
Catch the
buzz on authorSTREAM
Copyright © 2002-2008 authorSTREAM. All rights reserved.