CQRS + MediatR in ASP.NET Core: A Practical Guide
A clear, step-by-step guide to implementing CQRS with MediatR in .NET - including commands, queries, pipeline behaviors, common misconceptions, and when to use (or not use) the pattern.
Sharing my thoughts on architecture, scalability, and technical leadership.
A clear, step-by-step guide to implementing CQRS with MediatR in .NET - including commands, queries, pipeline behaviors, common misconceptions, and when to use (or not use) the pattern.
A deep dive into building robust, long-running processes with sagas, MassTransit, RabbitMQ, dead-letter queues, and failure handling - with practical examples and best practices.
A clear comparison of Same-Origin Policy, CORS, and Content Security Policy. Understand how these three browser security mechanisms work together and when to use each.
A practical guide to API versioning in ASP.NET Core using URL, Query String, Header, and Media Type strategies with clear examples and best practices.
A clear and practical guide to rate limiting in ASP.NET Core, different algorithms, policies, common misconceptions, and production best practices.
Understand the clear difference between Model Binding, Validation, and Serialization in ASP.NET Core with practical examples, hidden behaviors, and common bugs every developer faces.