AngularJS on top of ASP.NET: Moving the MVC framework out to the browser
- by Varun Chatterji
Heavily drawing inspiration from Ruby on Rails, MVC4’s convention over configuration model of development soon became the Holy Grail of .NET web development. The MVC model brought with it the goodness of proper separation of concerns between business logic, data, and the presentation logic.
However, the MVC paradigm, was still one in which server…