Skip to content

ngimdock/dotnet-learn-DDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-learn-DDD

Learn DDD basics principles with .NET

Some notes

Entity

In DDD and entity should be uniquly identifyable in our domain by a unique identifyer. In our case we using Guid.

Value object

Is and object that are defined by thier values. Value objects can also have some source validations and have to bi imutable

About

Learn DDD basics principles with .NET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages