T14 JQuery for ASP.NET Developers - Part 2

11/16/2010

2:30 pm - 3:45 pm

Level: Intermediate

Prerequisite: None

Jeffrey McManus

Jeffrey McManus

CEO

Platform Associates

Jeffrey McManus is a developer and entrepeneur. He co-founded and led the Yahoo! Developer Network team. From 2003-2005 he did a similar job for eBay. Before that, he worked as a technology consultant, speaker and author, writing six books on software development on the Microsoft platform. Jeffrey has expertise in platform businesses, web services technology, and open source, particularly as it applies to incumbent businesses. He's currently dividing his time between a consultancy, Platform Associates, which helps platform technology businesses create products and take them to market, and various platform products including the document-sharing site Approver.com and the open-source customer feedback platform Tinypug.

ASP.NET Ajax gives the power of Ajax to ASP.NET Web developers, but at a cost in flexibility, performance degradation and bandwidth. But ASP.NET developers have other alternatives to build their Ajax applications. By serializing data on the server in the JSON format and using the JavaScript library JQuery, developers can overcome the limitations of Microsoft’s own Ajax stack. And because JQuery wraps complex Ajax calls and provides cross-browser support, it doesn’t add signficant complexity to your code (assuming you’re already good with curly braces).

Soon to be included with ASP.NET out of the box, JQuery is a lightweight, open-source Javascript library that gives you a tremendous amount of power to create rich web applications that run in the browser. This session will start with an introduction to JQuery and progress to the creation of a sophisticated, lightweight, data-driven Ajax application using ASP.NET and JQuery.

You will learn:

  • Understanding of JQuery for developers looking for a more lightweight, cross-platform, and standards-based alternative to ASP.NET Ajax.