Build Your Own CQRS Dispatcher in .NET 10 (No MediatR)
MediatR went commercial. Build your own CQRS dispatcher in .NET 10 with pipeline behaviors, AOT support, and a FrozenDictionary core that benchmarks 4x faster than MediatR.
Showing 37-48 of 136 articles
MediatR went commercial. Build your own CQRS dispatcher in .NET 10 with pipeline behaviors, AOT support, and a FrozenDictionary core that benchmarks 4x faster than MediatR.
Master HybridCache in ASP.NET Core .NET 10. BenchmarkDotNet results, stampede protection demo, tag-based invalidation, Redis L2 setup, and migration from IDistributedCache.
Implement distributed caching in ASP.NET Core with Redis and .NET 10. Docker setup, IDistributedCache extensions, BenchmarkDotNet results, and HybridCache migration path.
Master in-memory caching in ASP.NET Core with .NET 10. BenchmarkDotNet results, IMemoryCache deep dive, cache invalidation, and decision matrix vs Redis and HybridCache.
Learn how to implement CQRS with MediatR in ASP.NET Core (.NET 10). Build clean, scalable APIs with command-query separation, pipeline behaviors, and notifications.
45 practical .NET Web API interview questions with expert answers, code examples, and red flags. ASP.NET Core, EF Core 10, auth, caching, architecture.
IOptions won't reload your config - IOptionsMonitor will. Bind, validate, and hot-reload configuration in ASP.NET Core .NET 10, and know which interface to use.
Master all 6 filter types in ASP.NET Core .NET 10 - authorization, resource, action, exception, result, and endpoint filters with decision matrix and code.
Get middleware order wrong and auth fails silently. Learn ASP.NET Core middleware in .NET 10 - execution order, custom middleware, IMiddleware, and short-circuiting.
Containerize .NET 10 apps without a Dockerfile using dotnet publish. Image size benchmarks, Alpine vs Chiseled, CI/CD with GitHub Actions, and more.
Learn how to migrate from .sln to .slnx in .NET 10. Understand the new XML-based solution format, migration methods, CI/CD compatibility, and team adoption strategy.
Implement pagination, sorting, and searching in ASP.NET Core Web API with EF Core 10. Offset & keyset pagination, dynamic sorting, and performance tips.