News

API Analyzers work with any controller that is decorated with the [ApiController] attribute. This article discusses how we can work with API Analyzers in ASP.NET Core 3.1.
I’ll be using ASP.NET Core 3.0 here. Select “API” as the project template to create a new ASP.NET Core API application.
Learning about and using Mock data for your unit testing will allow you to have stable testing scenarios Creating Mock Data projects in .NET Core 2.1 for use in your ASP.NET Core Web API solutions ...
Thus Preview 3 includes a new "Enable native AOT publish" option in the "ASP.NET Core gRPC Service" project template, along with a new "ASP.NET Core API" project template that also includes that ...
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 ...