githubEdit

Domain

Structr.Domain package contains number of classes and interfaces which are intended to help to implement Domain Modelarrow-up-right.

Installation

Domain package is available on NuGetarrow-up-right.

dotnet add package Structr.Domain

Usage

Structr.Domain provides functionality to implement main concepts of domain modelling in your application - Entities and Value Objects.

To take full advantage of the implemented domain model with Structr.Domain, if you are using the Entity Framework 6arrow-up-right or Entity Framework Corearrow-up-right ORM, it is recommended to also use Structr.EntityFrameworkarrow-up-right or Structr.EntityFrameworkCorearrow-up-right packages. The joint use of these components with Structr.Domain allows you to significantly simplify and automate auditing entities, and also opens up opportunities for auto-setup entities configurations in the DbContext.

Last updated