Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

How to use AngularJS framework with Asp.net MVC "Areas"?

I am developing an application with having large user base and large database tables (i.e. around 5 Millions of row for 8/10 tables). So, I had plan to use AngularJS for handling data manipulation and UI (within .cshtml page). I had a knowledge on how to develop Asp.net MVC web application with AngularJS app, but my application has multiple Asp.net MVC "Areas". I am using asp.net MVC5. I have a following questions.

  1. Is it good to have a AngularJS framework for my application requirement?
  2. What is the efficient way to use AngularJS framework with Asp.net MVC "Areas"?

Thanks!

share|improve this question

1 Answer 1

If you are dealing with large datasets, as per suggestions found below ReactJS would be a good fit.

If you have to choose AngularJS because of its full stack of functionality available in the framework, you may very well go with isolated mini SPAs in your areas Links: http://blog.backand.com/angularjs-vs-react/

https://www.codementor.io/reactjs/tutorial/reactjs-vs-angular-js-performance-comparison-knockout

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.