Tolitech.Domain
1.0.0-preview.2
See the version list below for details.
dotnet add package Tolitech.Domain --version 1.0.0-preview.2
NuGet\Install-Package Tolitech.Domain -Version 1.0.0-preview.2
<PackageReference Include="Tolitech.Domain" Version="1.0.0-preview.2" />
<PackageVersion Include="Tolitech.Domain" Version="1.0.0-preview.2" />
<PackageReference Include="Tolitech.Domain" />
paket add Tolitech.Domain --version 1.0.0-preview.2
#r "nuget: Tolitech.Domain, 1.0.0-preview.2"
#:package Tolitech.Domain@1.0.0-preview.2
#addin nuget:?package=Tolitech.Domain&version=1.0.0-preview.2&prerelease
#tool nuget:?package=Tolitech.Domain&version=1.0.0-preview.2&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-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- MediatR.Contracts (>= 2.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Tolitech.Domain:
| Package | Downloads |
|---|---|
|
Tolitech.Infrastructure.Persistence.EntityFrameworkCore
The Tolitech.Infrastructure.Persistence.EntityFrameworkCore repository provides a foundational implementation for the Repository pattern, Unit of Work, and Specification Query Builder using Entity Framework Core. Simplify database interaction, promote code organization, and maintenance using these widely recognized patterns. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-preview.11 | 63 | 11/1/2025 |
| 1.0.0-preview.10 | 162 | 9/20/2025 |
| 1.0.0-preview.9 | 158 | 8/4/2025 |
| 1.0.0-preview.8 | 398 | 7/21/2025 |
| 1.0.0-preview.7 | 138 | 7/7/2025 |
| 1.0.0-preview.6 | 122 | 7/7/2025 |
| 1.0.0-preview.5 | 132 | 7/3/2025 |
| 1.0.0-preview.4 | 133 | 7/3/2025 |
| 1.0.0-preview.3 | 130 | 1/27/2025 |
| 1.0.0-preview.2 | 89 | 1/6/2025 |
| 1.0.0-preview.1 | 113 | 12/8/2024 |