All Questions
Tagged with angularjs asp.net-mvc
8 questions
1
vote
2
answers
1k
views
Stateful Single Page Application with ASP.NET Core
I'm building a simple shopping cart using Angular and ASP.NET Core with. There is no login require and user can always checkout and make payment as a guest. The front end would be built with Angular, ...
1
vote
1
answer
3k
views
Best way to rewrite an mvc application to an angular architecture
We have an mvc application that we would like to gradually move to an angular platform. It is a wizard style app with 6-8 pages.
We currently have a classic mvc layout. We would like to move to an ...
1
vote
1
answer
947
views
Is the controller in Angular and ASP.NET MVC aimed to the same?
Is the controller in Angular and ASP.NET MVC aimed to do the same like:
Consume services to shape the data (model) to return to the view.
Modal validation.
1
vote
1
answer
1k
views
.NET MVC authentication to AngularJS to .NET web API advice needed
So i am inheriting a team and a large project that should have been built with a restful back end. For the time it is only reporting and we all agree to build out a web API (separate project) with ...
0
votes
1
answer
292
views
AngularJS and ASP MVC
We have started to implement AngularJS in our web-applications using ASP MVC.
I am wondering what approach to use for building application in the future.
Keep using our current stategy: Build the ...
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 ...