FastEndpoints is a free and open-source REST API development framework for .NET Core that can be used to build lightweight and fast APIs. In this article, we’ll examine this library and learn how to ...
Learn how to use keyed dependency injection in ASP.NET Core to build applications that can select a specific implementation of a service at run time. Dependency injection (also known as DI) is a ...