I have started learing json for developing high end web applications in asp.net mvc. Please suggest some tutorials or links to understand it.
Asked
Active
Viewed 1.6k times
3
-
2http://www.akhildeshpande.com/2011/08/simple-jquery-getjson-example-in-aspnet.html – Deepak.Aggrawal Jun 25 '13 at 05:34
2 Answers
3
The following should be helpful
http://www.codeproject.com/Articles/124541/Working-on-JSON-objects-in-jQuery-and-MVC http://geekswithblogs.net/michelotti/archive/2008/06/28/mvc-json---jsonresult-and-jquery.aspx

Moin
- 166
- 8
-
I m working on mvc2 .. which jquery/javascript version compatible with them ? – Niks Jun 25 '13 at 05:49
-
jQuery doesn't depent on mvc version so you can use latest version as well – xurca Jun 25 '13 at 06:05
1
this is an amazing video tutorial source. I watched all the videos and it helped me a lot..... PluralSight

Arif YILMAZ
- 5,754
- 26
- 104
- 189