9

Microsoft UK TechDays - jQuery and ASP.NET

  • Upload
    ukdpe

  • View
    2.883

  • Download
    0

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Microsoft UK TechDays - jQuery and ASP.NET
Page 2: Microsoft UK TechDays - jQuery and ASP.NET

Mike Ormond, Microsoft

@MikeOrmondhttp://bit.ly/[email protected]

Using jQuery with ASP.NET

Page 3: Microsoft UK TechDays - jQuery and ASP.NET

3

AgendaUsing jQuery with ASP.NET

A little backgrounderA jQuery primerjQuery plug-insjQuery templatesAdding jQuery sauce to your ASP.NET app

Page 4: Microsoft UK TechDays - jQuery and ASP.NET

4

What is it?jQuery that is“jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.jQuery is designed to change the way that you write JavaScript.”

Source: http://jquery.com/

Page 5: Microsoft UK TechDays - jQuery and ASP.NET

5

About jQueryCreated by John ResigFirst announced Jan 2006 at BarCampNYCMost popular JavaScript library in use todayFree, open source (MIT, GPL)Cross Browser

IE6+, FF2+, Sarari 3+, Chrome, Opera 9+Lightweight (24kb)Find it at http://jquery.com It’s a joy to use

Image courtesy of mixevent@flickr

Page 6: Microsoft UK TechDays - jQuery and ASP.NET

6

Microsoft & jQueryJan 2009 announcement to ship with VSjQuery included as-is under existing MIT licence

Not a fork of jQuery, it’s just jQueryMicrosoft will contribute to jQuery project

Full product support for jQueryGreat Intellisense supportMIX10 we extended our commitment

Additional resourcesjQuery templatesjQuery vs ASP.NET AJAX

Page 7: Microsoft UK TechDays - jQuery and ASP.NET

jQuery Primer etc

Image courtesy of kingdavera@flickr

Page 8: Microsoft UK TechDays - jQuery and ASP.NET

8

In SummaryjQuery

simple to use but extremely powerful Fxcompliments existing ASP.NET nicely

Microsoft investing in jQueryjQuery focus is “client side” AJAX

ASP.NET AJAX Library -> AJAX Control ToolkitACT focus is “server-side” AJAX

Resourceshttp://jquery.com http://asp.net/ajax

Page 9: Microsoft UK TechDays - jQuery and ASP.NET

© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED

OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.