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 ...
The latest version of Microsoft’s web application development framework brings excellent new capabilities to middleware, minimal API apps, and more. Here are the highlights. A major part of ...
Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, ...
ASP.NET Core allows you to create Web Services based on gRPC ... which raises two questions: "What is gRPC?" and "Does it ever make sense to use it?" Here are Peter's answers. If you're working with ...