News

Introduction Traditionally, ASP.NET Core applications allowed developers to build REST API endpoints using the so-called controller classes.
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.
Take advantage of the fast, easy, and lightweight Simple Injector inversion of control library to implement dependency injection in your ASP.NET Core MVC applications.
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 ...
ASP.NET Core is a fast, lean framework from Microsoft that can be used to build applications that can run on multiple platforms: Windows, Linux and MacOS. This free, modular and high-performance ...