Fast endpoints allow you to create web APIs with automatic validation, high performance and less code. In this post, we will understand how to use fast endpoints as an alternative to classic approaches and combine the best of both worlds when creating new web APIs in ASP.NET Core.
NuGet packages are a fundamental component of .NET and help speed up development without having to reinvent the wheel. Learn in this post how to create your own NuGet package, publish it and use it in your applications.
Parallel programming is a fundamental concept for backend developers, as it helps create more efficient, scalable and responsive systems. In this post, we will explore five native ASP.NET Core features for dealing with parallelism.
Using functional programming can result in more reliable, less buggy software. Let’s see five more advanced functional programming concepts in practice in ASP.NET Core.
Learn how to use Ocelot in ASP.NET Core APIs as an API gateway, a frontend server for APIs, handling incoming requests and routing them to backend services.