ASP.NET

W13 Angular 2 and ASP.NET Core - A Perfect Match!

09/28/2016

3:00pm - 4:15pm

Level: Introductory to Intermediate

Dan Wahlin

Google GDE, Microsoft MVP and Regional Director

President

Wahlin Consulting

Angular 2 provides a robust way to build Single Page Applications (SPAs); and ASP.NET Core provides a great way to expose data easily to a variety of clients (and on any OS). In this session, you'll learn how to create a RESTful service using ASP.NET Core Web API and see how it can be consumed using services in Angular 2. Learn how the two technologies can work together to build powerful applications.

You will learn:

  • How to create RESTful services using ASP.NET Core Web API (and how to deploy them to any OS)
  • How to create a service in Angular 2 that can call into RESTful services
  • About the role that observables play in Angular 2 applications