All Questions
3 questions
2
votes
1
answer
4k
views
Server side or client side mvc: which approach imposes less load on the server?
Which is the best approach when developing a dynamic web app with multiple views and dynamic content. regarding server load and responce times:
use a server side mvc (such as Sailsjs or ASP.NET MVC) ...
2
votes
5
answers
10k
views
asp.net mvc vs angular.js model binding
So I've noticed a trend lately of .net web developers using angular.js on the client side of applications and I've become more curious as I play around with angular and compare it to how I would do ...
12
votes
5
answers
26k
views
Server side C# MVC with AngularJS [duplicate]
I like using .NET MVC and have used it quite a bit in the past. I have also built SPA's using AngularJS with no page loads other than the initial one. I think I want to use a blend of the two in ...