Web

TH18 Extending ASP.NET MVC with jQuery/Ajax and jSON

03/29/2012

3:00 pm - 4:15 pm

Level: Introductory to Intermediate

John Petersen

National Solutions Director

Neudesic

You have completed your ASP.NET MVC application and your customer is thrilled. A few months later, another group in your organization would like access to the data your data and in some cases, would like to make updates to your data. Fortunately, ASP.NET MVC has the ability to expose a RESTful API. In the session, John will work through an actual use case where an existing application is retrofitted to support a RESTful API over existing application logic. This new RESTful API can then be used by other applications to interact with your application's data.

You will learn:

  • What a RESTful API is
  • How jQuery/Ajax/jSON work
  • How to extend ASP.NET MVC with jQuery/Ajax/jSON to create a RESTful API