0
votes
Will .NET MVC give me the HTML/CSS/JS separation I need?
Asp.Net MVC will help you keep html/css/js separate in that it will present fewer features that would prevent you from keeping them separate.
For example Html helpers typically return just …
3
votes
Why move your Javascript files to a different main domain that you also own?
Lots of reasons:
CDN - a different dns name makes it easier to shift static assets to a content distribution network
Parallelism - images, stylesheets, and static javascript are usi …
