News

In the next sections, we’ll implement a simple web API in ASP.NET Core. After we create our API, we’ll implement a Refit client to consume it.
Take advantage of SoapCore to create SOAP services in ASP.NET Core and support data exchange with other systems.
In this article, we will investigate testing your ASP.NET Core 2.0 Web API solutions. We will look at internal testing with Unit Testing and externally testing your solution with a new testing ...
Minimal APIs are architected to create HTTP APIs with minimal dependencies, ideal for microservices and ASP.NET Core apps in which developers want to include only the minimum files, features and ...