mvc with ajax
.NET (Core and Framework)
3
Posts
3
Posters
0
Views
1
Watching
-
Which one will give better performance with ajax? - mvc 4 or mvc 5?
-
Which one will give better performance with ajax? - mvc 4 or mvc 5?
-
Which one will give better performance with ajax? - mvc 4 or mvc 5?
The answer to this is, try them out. Measure their performance for the use cases you have in mind. Your question is far too simplistic to make a reasonable judgement because performance could vary wildly for different use cases. Apart from anything else, you'll need to take into account features such as scaling out the application, how load balancing affects your app, does different parts introduce bottlenecks, as well as defining what acceptable performance is.