Tolitech.Domain
1.0.0-preview.1
dotnet add package Tolitech.Domain --version 1.0.0-preview.1
NuGet\Install-Package Tolitech.Domain -Version 1.0.0-preview.1
<PackageReference Include="Tolitech.Domain" Version="1.0.0-preview.1" />
paket add Tolitech.Domain --version 1.0.0-preview.1
#r "nuget: Tolitech.Domain, 1.0.0-preview.1"
// Install Tolitech.Domain as a Cake Addin #addin nuget:?package=Tolitech.Domain&version=1.0.0-preview.1&prerelease // Install Tolitech.Domain as a Cake Tool #tool nuget:?package=Tolitech.Domain&version=1.0.0-preview.1&prerelease
Clean Architecture - Domain Layer
Overview
Welcome to the Clean Architecture Domain Layer repository! This repository is dedicated to the fundamental classes and interfaces of the Domain layer, adhering to the Clean Architecture principles proposed by Robert C. Martin.
Contents
The Domain layer is the heart of your application, encompassing essential business logic and entities. Here's what you'll find in this repository:
Entities: Base classes for business objects.
Aggregates: Components that encapsulate entities and enforce consistency rules.
Domain Events: Classes representing events relevant to the domain.
Interfaces:
- IEntity: Interface for domain entities.
- IAggregate: Interface for aggregate roots.
- IDomainEvent: Interface for domain events.
- IRepository: Interface for repositories managing domain objects
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- MediatR.Contracts (>= 2.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Tolitech.Domain:
Package | Downloads |
---|---|
Tolitech.Domain.Specifications
The Domain.Specifications repository provides a foundational implementation for the Specification pattern within the Clean Architecture context. |
|
Tolitech.Application.Mediator
The Application repository simplifies the separation of commands and queries, promoting a clean and maintainable architecture. |
|
Tolitech.Domain.Results.Guards
This library contains specific Guards to validate domain artifacts such as Entities, Aggregates, Value Objects, and EntityId. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-preview.1 | 48 | 12/8/2024 |