PreviousNext

AngularJS on top of ASP.NET: Moving the MVC framework out to the browser

by bill-s, 2013-10-19T17:14:14.000Z

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 side .NET code could be mixed with presentation code...

Read More