Pinned5 EF Core Features You Need To KnowOkay, let’s be honest. We all have a million things on our plates, and diving deep into every nook and cranny of EF Core might not be at…Aug 10, 2024A response icon1Aug 10, 2024A response icon1
PinnedWhat Is a Modular Monolith?I’ve worked with many different software architectures over the years.Mar 9, 2024A response icon12Mar 9, 2024A response icon12
Monitoring .NET Applications with OpenTelemetry and GrafanaYour .NET application is running in production, but you’re flying blind.Jun 21A response icon1Jun 21A response icon1
Run C# Scripts With dotnet run app.cs (No Project Files Needed).NET 10 just got a whole lot more lightweight.Jun 12Jun 12
Debunking the “Filter Early, JOIN Later” SQL Performance MythI came across a Medium article with 700+ claps promoting this “SQL performance trick”:Jun 7Jun 7
YARP vs Nginx — A Quick Performance ComparisonWhen you’re building .NET applications, choosing the right reverse proxy can make a huge difference. Two popular options keep coming up…May 31May 31
Building a Custom Domain Events Dispatcher in .NETDomain events are a powerful way to decouple parts of your system. Instead of tightly coupling your logic, you can publish events and have…May 24A response icon2May 24A response icon2
CQRS Pattern the Way It Should’ve Been From the StartMediatR is going commercial.May 17A response icon2May 17A response icon2
From Anemic Models to Behavior-Driven Models: A Practical DDD Refactor in C#If you’ve ever worked with a legacy C# codebase, you know the pain of an anemic domain model. You have probably opened an OrderService (…May 10A response icon2May 10A response icon2
Event-Driven Architecture in .NET with RabbitMQEvent-driven architecture (EDA) can make applications more flexible and reliable. Instead of one part of the system calling another…May 3A response icon2May 3A response icon2