Explore the importance of unit testing in software development and learn how it improves code quality, saves time, and prevents catastrophic failures like the London ambulance dispatch system incident. …
Category: dev
After many long and painful debugging sessions, the sight of optional parameters in method declarations are accompanied by a despicable code smell the equivalent of a rotten egg, until proven otherwise. …
In devTags cqrs, crud, ddd, domain model, domain-driven design, event sourcing, eventstore, model, persistence, state-oriented1 Comment
thecodewrapper
Designing the domain model to support multiple persistence methods such that persistence using Event-Sourcing and a CRUD model is interchangeable, or can be used side-by-side. …
In devTags .net, .net6, clean architecture, data, data model, ddd, domain driven design, domain entity, domain model, dotnet, ef core, persistenceLeave a comment
thecodewrapper
How to effectively decouple the data and domain model using repositories in EF Core. …
In Architecture, devTags .net, asp.net, clean architecture, cqrs, ddd, dependency inversion, domain-driven design, ef core
thecodewrapper
Clean Architecture design to act as a starting point for building ASP.NET Core solutions. Abstracts away relational persistence strategies and event sourcing. …