I’m working on a new Pluralsight course on the topic of validation and DDD, with the help of the FluentValidation library and .NET data annotations (attributes). So expect a couple of posts about validation in the near future.
Today, we’ll discuss how to best handle unique constraint violations.
Today, we’ll talk about the new C# 9 feature, Records, and whether or not they can be used as DDD value objects.
This is the final article in the domain model purity series, where we’ll discuss this subject in the context of lazy loading.
I’m continuing the topic of domain model purity. This time, we’ll discuss it with regards to getting the current date and time.