Total Courses: 1

Using Web APIs, you can write code behind a firewall to access your data and expose just what you want to the outside world. Traditionally you used MVC with controllers to create Web APIs. Starting with .NET Core Microsoft released a new method for creating Web APIs called the Minimal Web API. This new approach is simpler than MVC. In this course you learn how to use these minimal calls and how best to architect them to provide scalability and ease of maintenance. Even if you have never created a Minimal Web API before, this course guides you step-by-step through the entire process.