Skip to main content
2 votes

Should I be using both AngularJS and ASP.NET MVC?

3 years later, use ASP.NET Web API to serve up your data and Angular (js or newer) to structure your app on the client side. If you're making a static site then just use ASP.NET MVC.
user441521's user avatar
1 vote

ModelState Validation vs JQuery vs Remote

Technically it is possible to do validation almost anywhere. It is the purpose of the validation that determines where you should place it, and if you want a robust, user friendly site/app, then you ...
Nathanael 's user avatar
1 vote

ModelState Validation vs JQuery vs Remote

Validation can be done in many different ways. Each way has its own drawbacks and benefits. Frontend validation is very quick. It provides the best user experience, since you can provide immediate ...
Flater's user avatar
  • 59.5k

Only top scored, non community-wiki answers of a minimum length are eligible