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