DEV Community

khaliq
khaliq

Posted on

3

ASP.NET MVC with jQuery, how to stay sane when using these two in large scale project ?

Top comments (2)

Collapse
 
rhymes profile image
rhymes

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
 
coolgoose profile image
Alexandru Bucur

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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay