Latest news and articles about DDD, CQRS, Event Sourcing and Software Architecture in general, aggregated daily and delivered weekly to your feed (RSS) reader. Subscribe here!

Week 49, year 2017

  • How Event Sourcing can improve your tests - Learn how your code can become easier to test by implementing it using Event Sourcing as a modeling paradigm. [Serialized development blog]
  • .NET Value Type (struct) as a DDD Value Object - I got a suggestion recently about using .NET structs to represent DDD Value Objects to which I repeated what I’ve been saying and writing for several years now: structs are not a good choice for DDD Value Objects. But then I realized that I never actually dove into the details of why it is so. So here it is, the blog post where we’ll talk about using .NET Value Types (structs) as DDD Value Objects and what effect it has on the domain model, performance, and mapping the model to the database using ORMs. [Enterprise Craftsmanship]
Permalink | From 04 December 2017 to 10 December 2017 | Last updated on: Mon, 7 Jun 2021 09:11:14 GMT