VS2008 ASP35 281107 v2

Uploaded from authorPOINTLite
Views:
 
Category: Education
     
 

Presentation Description

No description available.

Comments

By: bylord89 (40 month(s) ago)

super

By: tobom (47 month(s) ago)

This is very good presentation.

Presentation Transcript

Visual Studio 2008 and ASP.NET 3.5: 

Visual Studio 2008 and 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...

.NET Through the Ages: 

.NET Through the Ages

Multi-Targetting: 

Multi-Targetting

New Designer: 

New Designer

New CSS Design Support: 

New CSS Design Support

Designer: 

Designer

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

Improved JavaScript Support: 

Improved JavaScript Support

JavaScript & ASP.NET AJAX Support: 

JavaScript & ASP.NET AJAX Support

Today: 

Today

LINQ: 

LINQ

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 });

New ASP.NET Data Controls : 

New ASP.NET Data Controls

Data Access in ASP.NET 3.5: 

Data Access in ASP.NET 3.5

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