Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond ...

9
  • date post

    21-Dec-2015
  • Category

    Documents

  • view

    215
  • download

    1

Transcript of Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond ...

Page 1: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.
Page 2: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

Using jQuery with ASP.NET

SESSION CODE:MEO3

Mike Ormond, Microsoft

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

Page 3: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

3

AgendaUsing jQuery with ASP.NET

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

Page 4: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

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: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

5

About jQuery

Created 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: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

6

Microsoft & jQuery

Jan 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: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

jQuery Primer etc

Image courtesy of kingdavera@flickr

Page 8: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

8

In Summary

jQuerysimple 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: Using jQuery with ASP.NET SESSION CODE:MEO3 Mike Ormond, Microsoft @MikeOrmond  mike.ormond@microsoft.com.

© 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.