Tuesday 19 February 2013

RESTful web service with MVC 3 and fiddler for testing

good article here, also showing how to use fiddler to test the web service: http://www.iwantmymvc.com/rest-service-mvc3

some other good links:

video 15 min on MVC 2 http://www.asp.net/mvc/videos/mvc-2/how-do-i/how-do-i-return-json-formatted-data-for-an-ajax-call-in-an-aspnet-mvc-web-application

More focus on error handling http://www.binary-studio.com/2010/4/22/building-a-custom-json-web-service-with-aspnet-mvc

More focus on AJAX access http://msprogrammer.serviciipeweb.ro/2011/12/05/jquery-ajax-request-and-mvcdetailed/

Another simple example: http://juristr.com/blog/2011/08/posting-json-data-to-aspnet-mvc-3-web/

Almost 2 hours long video, haven't watched it yet but should be comprehensive overview https://www.youtube.com/watch?v=oRhyn45o3qE

This one uses the web API https://www.youtube.com/watch?v=t090py6b0lM

No comments: