I've been tasked with developing a "unified theory of ASP.NET application deployment" for our department. We don't have many apps, but each app seems to be written differently and has a different ...
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 ...
In the new .NET 8 Preview 3, Microsoft introduced initial support for native Ahead-of-Time (AOT) compilation in the framework's web-dev component, ASP.NET Core. While choosing the AOT publishing ...
A microservices architecture can help you build applications that are flexible, scalable, and easy to maintain. Here’s how to get started with microservices in ASP.NET Core. Microservices architecture ...