AngularJS and ASP.NET MVC Playing Nice

ITPro Today

September 14, 2015

AngularJS and ASP.NET MVC Playing Nice

Speaker: Miguel Castro Angular continues to take the market on a wild ride. Its courses are popular and its developer base is growing daily. Google wrote Angular to have no external dependencies and in fact many devs use it with HTML alone. But we’re Microsoft devs, and we know that ASP.NET MVC is the best delivery platform for HTML. So why not also make it an equally awesome delivery platform for Angular-based apps? When using ASP.NET MVC, you need to know how to set up Angular with regard to modules, controllers, and services. And the truth is that the entire site doesn't need to be one giant single-page application. We'll see how to design an ASP.NET MVC site so that it includes pockets of SPA that use Angular, taking advantage of binding, routing, and even back-button support, all while remaining on the client.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like