.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Clean Up Bloated CQRS Handlers

    calendar Nov 11, 2025 · codeopinion.com
    Clean Up Bloated CQRS Handlers

    We’ve all had bloated CQRS handlers. You open up a command, query, or event handler, and it’s a bloated mess. It’s a nightmare of code. There’s validation, authorization, state changes, side effects, logging, it’s a mess to maintain and it’s really hard to test. YouTube Check out my YouTube channel, where I post all …


    Read More
  • You Don’t Need an Interface for Everything

    calendar Nov 5, 2025 · codeopinion.com
    You Don’t Need an Interface for Everything

    You've probably seen it: IOrderService, IEmailService, IPaymentService… and every class has exactly one implementation. Link to article: https://www.youtube.com/watch?v=hHUL4LsOZnE


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top