Web Server

W17 AngularJS & ASP.NET MVC Playing Nice

08/10/2016

3:15pm - 4:30pm

Level: Intermediate

Miguel Castro

Miguel Castro

MRD

President

Melvicorp LLC

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 of you use it with HTML alone. If you're Microsoft developer, you know 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. The truth is not the entire site needs to be one giant Single-Page-Application. You'll learn 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.

You will learn:

  • The basics of Angular
  • Setting up an MVC app with Angular
  • Getting the two technologies to play nice