Tag DDD
Domain model purity and lazy loading
This is the final article in the domain model purity series, where we’ll discuss this subject in the context of lazy loading.
Domain model purity and the current time
I’m continuing the topic of domain model purity. This time, we’ll discuss it with regards to getting the current date and time.
Domain model purity vs. domain model completeness (DDD Trilemma)
I’ve been meaning to write this article for a long time and, finally, here it is: the topic of domain model purity versus domain model completeness.
How to Strengthen Requirements for Pre-existing Data
Need to change validation rules but have pre-existing data that doesn’t follow the new rules? In this post, we’ll talk about how to do that properly.
EF Core and DDD: New online course
My new online training course DDD and EF Core: Preserving Encapsulation went live.
Is Entity the same as Value Object?
In this post, we’ll discuss an interesting question about whether the concepts of Entity and Value Object are the same.
DDD and bulk operations
Combining bulk operations with Domain-Driven Design is a tough problem. In this article, we’ll look at why that is so and discuss ways to marry the two.
New online course: CQRS in Practice
My new online training course CQRS in Practice went live.
Entity Identity vs Database Primary Key
Today, we’ll discuss the difference between identity in the DDD sense and database primary keys. We often mix the two together but are they really the same thing?
EF Core 2.1 vs NHibernate 5.1: DDD perspective
UPDATE 3/5/2020: I’ve expanded on this article and updated its content for EF Core 3.1 in my new Pluralsight course DDD and EF Core: Preserving Encapsulation.
That was probably a long wait for those of you who follow my blog. But, better late than never, so here it is: another comparison of Entity Framework and NHibernate, in which I bash EF Core and present it as an unbiased review. Just kidding, I do try to be unbiased here to the best of my skills.