ASP.NET Core supports cross platform (windows / macOS / Linux) which pairs nicely with Azure's hosting of Windows & Linux virtual machines. ASP.NET Core includes a built-in container that supports ...
You will often want to create documentation for your API. To create this documentation, you can take advantage of Swagger – a tool that can be used to provide a UI representation of your API with ease ...
Refit is an open-source library for .NET, .NET Core, and Xamarin that makes consuming REST APIs simpler and easier by enabling you to define the API endpoints as C# interfaces, thereby eliminating the ...