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 ...
Web developers looking for a performance boost in ASP.NET 7 Web API projects can pick some low-hanging fruit by using caching. Caching is used to store frequently used data or information in local ...