How stable are Single Page Application (SPA) build with Microsoft .Net for enterprise application [on hold]
- by Husrat Mehmood
Imagine a situation where you have your data loading to your application via REST Api,you are building a responsive application(ajax request) for an Enterprise.
What potential problems might I run into for a single page application(SPA) using Microsoft Asp.Net Web application build using MVC template? Are there advantages to just designing a multi-page application using asp.net mvc 5 remember I am using SPA for an Enterprise Application where there are role based views for the users.?