News

Configure .Net Core web api. Firstly you will need to build a web api in release mode on your machine. To do this run the command in root location of your application: dotnet publish --configuration ...
This demo shows how you can create SpecFlow tests for a .NET Web API that uses a database. It uses the default Weatherforecast controller that is created with a new .NET 6 Web API. The sample has ...
We will create and query Cosmos DB resources from a .NET Core API using C# and the Microsoft.Azure.Cosmos library running on .NET 5.0. We also use Postman to test the API. In our example, we create a ...