GreatDomain.Application
0.2.2-beta
See the version list below for details.
dotnet add package GreatDomain.Application --version 0.2.2-beta
NuGet\Install-Package GreatDomain.Application -Version 0.2.2-beta
<PackageReference Include="GreatDomain.Application" Version="0.2.2-beta" />
paket add GreatDomain.Application --version 0.2.2-beta
#r "nuget: GreatDomain.Application, 0.2.2-beta"
// Install GreatDomain.Application as a Cake Addin #addin nuget:?package=GreatDomain.Application&version=0.2.2-beta&prerelease // Install GreatDomain.Application as a Cake Tool #tool nuget:?package=GreatDomain.Application&version=0.2.2-beta&prerelease
GreatDomain.Application to help build an applicaprovides base classestion layer for a DDD domain model implemented with GreatDomain.
It is built around the CQRS write side architecture model, with an application facade, base command and event handlers,
and strategies to help interact with the infrastructure layer.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- GreatDomain.Core (>= 0.4.1-beta)
- GreatDomain.Infrastructure (>= 0.2.1-beta)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GreatDomain.Application:
Package | Downloads |
---|---|
GreatDomain.Application.Utils
GreatDomain.Application to help build an application layer, provides base classestion layer for a DDD domain model implemented with GreatDomain. It is built around the CQRS write side architecture model, with an application facade, base command and event handlers, and strategies to help interact with the infrastructure layer. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.1-beta | 111 | 3/25/2023 |
0.8.0-beta | 103 | 3/24/2023 |
0.7.0-beta | 102 | 3/24/2023 |
0.6.0-beta | 98 | 3/21/2023 |
0.5.0-beta | 98 | 3/11/2023 |
0.4.1-beta | 100 | 3/8/2023 |
0.4.0-beta | 91 | 3/8/2023 |
0.3.1-beta | 96 | 3/8/2023 |
0.3.0-beta | 93 | 3/7/2023 |
0.2.15-beta | 96 | 3/7/2023 |
0.2.14-beta | 89 | 3/7/2023 |
0.2.13-beta | 93 | 3/6/2023 |
0.2.12-beta | 96 | 3/4/2023 |
0.2.11-beta | 92 | 3/4/2023 |
0.2.10-beta | 98 | 3/4/2023 |
0.2.9-beta | 94 | 3/2/2023 |
0.2.8-beta | 101 | 2/24/2023 |
0.2.7-beta | 98 | 2/23/2023 |
0.2.6-beta | 95 | 2/22/2023 |
0.2.5-beta | 96 | 2/22/2023 |
0.2.4-beta | 92 | 2/22/2023 |
0.2.3-beta | 96 | 2/21/2023 |
0.2.2-beta | 96 | 2/21/2023 |
0.2.1-beta | 92 | 2/21/2023 |
0.2.0-beta | 92 | 2/20/2023 |
0.1.2-beta | 124 | 8/2/2022 |
0.1.1-beta | 127 | 7/25/2022 |
0.1.0-beta | 123 | 7/24/2022 |
0.1.0-alpha | 129 | 6/25/2022 |
This version contains the basic features planned for GreatDomain.Application