Single Page CRUD Application (SPA) using ASP.NET Web API, MVC and Angular.js


A Single Page Application (SPA) is a web application that fits on a single web page. In this type of application, the server provides static HTML views, CSS and JavaScript and the application then loads data by making Ajax calls to the server. All subsequent views and navigation occurs without a postback to the server. This architecture provides a more fluid user experience just like a desktop application.

In this article, we will create a SPA using ASP.NET MVC, WEB API and Angular.js. Angular.js is a Model-View-* JavaScript based framework for developing SPA applications. Similarly ASP.NET Web API is a good fit for providing data for these type of applications.

More: http://www.dotnetcurry.com/showarticle.aspx?ID=1054

Happy Programming !!!
Jay Ganesh

Leave a comment