Web Server

TH16 Integrating AngularJS & ASP.NET MVC

03/16/2017

1:45pm - 3:00pm

Level: Intermediate

Miguel Castro

Miguel Castro

MRD

President

Melvicorp LLC

Angular continues to take the market on a wild ride. Angular courses are popular and its developer base continues to grow. Google wrote Angular to have no external dependencies. In fact, many developers use it with HTML alone. But we're Microsoft developers and we know that ASP.NET MVC is the best delivery platform for HTML out there. So why not make it an equally awesome delivery platform for Angular-based apps as well? When using ASP.NET MVC, you need to know how to set Angular up with regards to modules, controllers, and services. And the truth is that not the entire site needs to be one giant Single-Page-Application. This session will show you how to design an ASP.NET MVC site to include pockets of SPA that use Angular, taking advantage of binding, routing, and even back-button support–all while remaining on the client. These techniques can also apply to any JavaScript library, not just Angular.

You will learn:

  • The benefits of leveraging strengths of both technologies
  • About setting up an MVC app with Angular
  • How to get the two routers to play nice