Getting Started with ASP.NET MVC 3 and Razor

Posted by dwahlin on ASP.net Weblogs See other posts from ASP.net Weblogs or by dwahlin
Published on Wed, 23 Feb 2011 01:07:46 GMT Indexed on 2011/02/23 7:25 UTC
Read the original article Hit count: 660

Filed under:
|
|
|
|
|

I had a chance to give a talk on ASP.NET MVC 3, Razor and jQuery today at a company and wanted to post the slides and demos from the talk. The focus was on getting started with ASP.NET MVC 3 projects and .cshtml files including creating pages using the new Razor syntax (which I personally love….never going back to the Web Forms View Engine) as well as working with jQuery. Topics covered in the demos (download below) include:

  • Binding form data to custom object properties
  • Validating a model using data annotations and IValidatableObject
  • Integrating jQuery into MVC sites (using the DataTables plugin)
  • Using the new WebGrid class to generate tables with sorting and paging functionality
  • Integrating Silverlight applications into MVC sites
  • Exposing JSON data from a controller action and consuming it in Silverlight
  • Using the Ajax helper to add AJAX functionality (without jQuery)

 

 

The code and slides from the talk can be downloaded here.

 

 

Logo_702D5F60[1]

If you or your company is interested in training, consulting or mentoring on jQuery or .NET technologies please visit http://www.thewahlingroup.com for more information. We’ve provided training, consulting and mentoring services to some of the largest companies in the world and would enjoy sharing our knowledge and real-world lessons learned with you.

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about ASP.NET AJAX