ASP.NET

T05 Build Data-Driven Web Apps with ASP.NET Core

05/17/2016

10:45am - 12:00pm

Level: Intermediate

Rachel Appel

Senior Developer Evangelist

Microsoft

Do you want to learn how to build a complete web application using ASP.NET Core MVC? In this session, you'll learn how to construct an API to a SQL backend. We'll use both API and standard controllers to organize requests, and then consume the resulting JSON or stream from client side HTML and JavaScript. We'll also investigate where the traditional components of ASP.NET MVC fit in, such as models, views, and controllers. Additionally, topics such as routing, security, and deployment will be covered.

You will learn:

  • How to build a complete app using ASP.NET Core MVC.
  • How ASP.NET Core works to enable APIs and MVC to work together
  • Modify and access data in an API and consume in client or server code