Decoupling by Design: Implementing an Assessment Mechanism with Events
This was my latest practical experience in a real-world project, where I addressed several key challenges in implementing the payee compliance assessment flow.
This was my latest practical experience in a real-world project, where I addressed several key challenges in implementing the payee compliance assessment flow.
Domain-Driven Design introduces several important modeling objects in the domain model, as follows:
All data tables in the project use Guid as the primary key. Most of them are randomly generated Guids, but quite a few tables use Sequential Guid. For exampl...
In Entity Framework, SaveChanges and SaveChangesAsync are methods provided by DbContext to persist data. They are so commonly used that we rarely question th...
Software engineers need domain knowledge to build business systems. I’ve found that domain experts often explain processes but rarely define key entities cle...