Search code examples
asp.net-mvc-3model-view-controllerasp.net-mvc-4asp.net-spa

Effects of MVC SPA being removed


I am currently working on a tool and writing it in MVC SPA (single page application) and just now found out it was removed from the final release. What does that means to my project. do i have to stop working and move to MVC Internet application. I have not found much info in http://www.asp.net/single-page-application

Please let me know the effects and possible work around on this issue

Thanks


Solution

  • You can download the SPA source code from the ASP.NET CodePlex page and compile it, then include the binaries in your application. The current version is not 'complete', but the code that you've been depending on should still be as supported as it was in the Mvc 4 Beta release if you do that.