Thinking in DDD: A Case of Moving from Code-First to Domain-Driven
The domain of a software program is the subject area of the user’s activity or interest that it supports. Every day, we solve problems within the domain, eve...
The domain of a software program is the subject area of the user’s activity or interest that it supports. Every day, we solve problems within the domain, eve...
Recently, I solved several slow query issues at work, all of which were related to choosing the correct driving table for the query. The following example is...
In this article, I’ll list a few of the headaches I’ve encountered in recent projects — some of which may have something to do with DDD. There were certainly...
I work with LINQ almost every day and frequently deal with various operations based on IEnumerable. Since I’ve always found it convenient to use, I never rea...
This is a feature recently implemented in our project to enhance the user experience. Some time-consuming requests, such as when the backend receives a file ...