Managing CORS and Testing - Building a Sample API in C# Course

Having a sample API is a useful tool when learning web development because it gives you something to test your front-end against. In this course, we are building a sample API that can be used both locally and via the web. Along the way, are learning how to build and deploy a minimal API in C#. When we are done, we will have built an API with sample data that is documented, has health checks, simulates slowdowns and errors, and is deployed both as a Docker container and as a web application on a virtual private server. The end result will be a tool you can use in testing for your own apps. In this lesson, we are going to implement a permissive CORS structure and test our API with a Blazor WebAssembly front-end. Full Training Courses: https://IAmTimCorey.com