From the course: Building Web APIs with ASP.NET Core in .NET

Building web APIs

- [Christian] These days, internet-enabled devices come in countless different form factors. They all need to connect to a server to carry out work, and typically, they're using HTTP. This is where a web API comes in, providing a uniform contract to talk to a service. My name is Christian Wenz. I started creating web applications in the mid-1990s and never looked back. In my LinkedIn Learning course, I will show you how to use ASP.NET Core to build a powerful REST API that any client may use. You will see what ASP.NET Core offers and how it makes creating APIs a positive and productive experience. Let's get started.

Contents