Subscribe
The Mediator Pattern defines an object that coordinates how requests and responses are exchanged across the system.
Delegating handlers bring the flexibility of middleware to your HttpClient pipeline. They make it easy to centralize and manage common concerns like logging, error handling, retries and more.
API Key authentication is a simple, effective way to secure access to APIs, especially in internal projects or low risk environments.
The C# Eval Expression Library extends LINQ with dynamic capabilities, allowing you to build runtime queries while maintaining familiar syntax and performance benefits.
YARP (Yet Another Reverse Proxy) is a high-performance reverse proxy built by Microsoft on .NET, designed to handle billions of requests per day.
With EF Core 9’s new UseSeeding and UseAsyncSeeding methods, seeding has become more flexible and straightforward than ever.
Learn how to implement correlation IDs in ASP.NET Core to improve debugging and monitoring across distributed applications.
In this post, we explored how to manage the three main types of relationships using Dapper.