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 ?