Web Server

Versioning APIs with ASP.NET

06/14/2018

11:00am - 12:15pm

Level: Intermediate

Philip Japikse

Microsoft MVP, ASPInsider, MCSD, PSM II, PSD and PST

Developer, Coach, Author, Teacher

Building an API with ASP.NET MVC in .NET Core is only half the job. If you're API is going to live more than one release cycle, you're going to need to version it. During this session, you'll see how easy it is now to version APIs using functionality built into ASP.NET Core.

You will learn:

  • Why versioning an API is important
  • How ASP.NET Core supports API Versioning
  • How to decide what schemes for versioning are the best fit for your company/API