khaliq Posted on Apr 6, 2018 ASP.NET MVC with jQuery, how to stay sane when using these two in large scale project ? #discuss #aspnetmvc #jquery Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand rhymes rhymes rhymes Follow Such software as dreams are made on. I mostly rant about performance, unnecessary complexity, privacy and data collection. Joined Feb 2, 2017 • Apr 6 '18 Dropdown menu Copy link Hide I don't know about the ASP.NET part but the only way I stayed sane using jQuery a mid sized project was using patterns, mainly the module pattern to encapsulate functionality. I would start here: toddmotto.com/mastering-the-module... The ever great Addy Osmani wrote an entire book about patterns in JS (I haven't read it to be honest :D): addyosmani.com/resources/essential... Hope this helps! Collapse Expand Alexandru Bucur Alexandru Bucur Alexandru Bucur Follow A jack of all trades is a master of none, but oftentimes better than a master of one. Location Netherlands Work Messagebird Joined Feb 24, 2017 • Apr 6 '18 Dropdown menu Copy link Hide The main question is if there's anything blocking you on progressively upgrading the jQuery stack or if you're stuck on not having any bundlers Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
I don't know about the ASP.NET part but the only way I stayed sane using jQuery a mid sized project was using patterns, mainly the module pattern to encapsulate functionality.
I would start here: toddmotto.com/mastering-the-module...
The ever great Addy Osmani wrote an entire book about patterns in JS (I haven't read it to be honest :D): addyosmani.com/resources/essential...
Hope this helps!
The main question is if there's anything blocking you on progressively upgrading the jQuery stack or if you're stuck on not having any bundlers