Info
Version: | 1.0.7 |
Author(s): | Roland Żerek |
Last Update: | Thursday, December 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rolandzpl/DDD |
NuGet Url: | https://www.nuget.org/packages/Lithium.DDD |
Install
Install-Package Lithium.DDD
dotnet add package Lithium.DDD
paket add Lithium.DDD
Lithium.DDD Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 12.0.3)
- Newtonsoft.Json(>= 12.0.3)
DDD approach.
It supports AggregateRoot, events. Contains default
(file-based) implementation of event store, generic repository
implementation.