“Classic” .NET Domain Events with Wolverine and EF Core
Explains how to implement classic .NET Domain Events using Wolverine and EF Core, including new features in Wolverine 5.6 to simplify the pattern.
Explains how to implement classic .NET Domain Events using Wolverine and EF Core, including new features in Wolverine 5.6 to simplify the pattern.
Explains how to use the Unit of Work pattern with domain events in a .NET DDD application to ensure data consistency.
Explores the benefits of an event-driven architecture over linear code when building a gamification system for a tech platform.
Explores combining domain events with the Outbox Pattern for reliable, structured data processing in deep, complex software systems.
Explores three methods for publishing and handling Domain Events in Domain-Driven Design, focusing on .NET architecture.
Explores using Spring's @DomainEvents annotation with JPA to implement domain events, discussing challenges and solutions for event broadcasting.
Explains the Domain Events Pattern and introduces a deferred dispatch solution for web apps needing to commit database changes before event handling.