ASP.NET

W09 Getting Started with ASP.NET Core 1 Web API and Entity Framework Core 1

09/28/2016

1:30pm - 2:45pm

Level: Intermediate

Philip Japikse

Microsoft MVP, MCSD, CSM, and CSP

Developer, Coach, Author, Teacher

The Web API greatly simplifies creating RESTful web services. If you're new to REST, it can be a bit daunting. In this session, you'll learn how to create a RESTful Web service using Entity Framework as the data access layer.

You will learn:

  • How to create a RESTful service using ASP.NET Web API
  • How to handle the different HTTP Verbs correctly within your controller
  • How to handle data conversion issues between an object graph from Entity Framework to JSON and back