Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top