Reputation: 4969
I'm working with an Asp.net MVC 3.0 application and use JQuery + JSON . I'm planing to use jquery post and get methods to send/back data to server.As a result, my JQuery Code base will be large and should be maintainable.
so that what are the best practices and design patterns when using JQuery with ASP.net MVC 3.0 ?
Upvotes: 4
Views: 1267
Reputation: 1039528
Here are a few tips:
Upvotes: 4