Nucleo.DDD.Application
8.0.3
dotnet add package Nucleo.DDD.Application --version 8.0.3
NuGet\Install-Package Nucleo.DDD.Application -Version 8.0.3
<PackageReference Include="Nucleo.DDD.Application" Version="8.0.3" />
paket add Nucleo.DDD.Application --version 8.0.3
#r "nuget: Nucleo.DDD.Application, 8.0.3"
// Install Nucleo.DDD.Application as a Cake Addin #addin nuget:?package=Nucleo.DDD.Application&version=8.0.3 // Install Nucleo.DDD.Application as a Cake Tool #tool nuget:?package=Nucleo.DDD.Application&version=8.0.3
Nucleo.DDD.Application
Welcome to the Nucleo.DDD.Application project! This project is part of the Nucleo Framework and focuses on the application layer of Domain-Driven Design (DDD).
Table of Contents
Introduction
Nucleo.DDD.Application provides the necessary components and services to implement the application layer in a DDD-based architecture. It acts as a bridge between the domain layer and the presentation layer.
Getting Started
To get started with Nucleo.DDD.Application, follow these steps:
- Clone the repository.
- Install the required dependencies.
- Build the project.
Installation
To install the necessary dependencies, run the following command:
dotnet restore
Usage
Here is an example of how to use Nucleo.DDD.Application in your project:
// Example code goes here
Contributing
We welcome contributions to improve Nucleo.DDD.Application. Please fork the repository and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- FluentValidation (>= 11.10.0)
- MediatR (>= 12.4.1)
- Microsoft.Extensions.Caching.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Nucleo.Data (>= 8.0.3)
- Nucleo.DDD.CrossCuttingConcerns (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.