GreatDomain.Application 0.6.0-beta

This is a prerelease version of GreatDomain.Application.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package GreatDomain.Application --version 0.6.0-beta                
NuGet\Install-Package GreatDomain.Application -Version 0.6.0-beta                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GreatDomain.Application" Version="0.6.0-beta" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GreatDomain.Application --version 0.6.0-beta                
#r "nuget: GreatDomain.Application, 0.6.0-beta"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GreatDomain.Application as a Cake Addin
#addin nuget:?package=GreatDomain.Application&version=0.6.0-beta&prerelease

// Install GreatDomain.Application as a Cake Tool
#tool nuget:?package=GreatDomain.Application&version=0.6.0-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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 106 3/25/2023
0.8.0-beta 101 3/24/2023
0.7.0-beta 100 3/24/2023
0.6.0-beta 96 3/21/2023
0.5.0-beta 96 3/11/2023
0.4.1-beta 96 3/8/2023
0.4.0-beta 89 3/8/2023
0.3.1-beta 92 3/8/2023
0.3.0-beta 91 3/7/2023
0.2.15-beta 92 3/7/2023
0.2.14-beta 87 3/7/2023
0.2.13-beta 91 3/6/2023
0.2.12-beta 94 3/4/2023
0.2.11-beta 90 3/4/2023
0.2.10-beta 94 3/4/2023
0.2.9-beta 90 3/2/2023
0.2.8-beta 97 2/24/2023
0.2.7-beta 96 2/23/2023
0.2.6-beta 93 2/22/2023
0.2.5-beta 92 2/22/2023
0.2.4-beta 90 2/22/2023
0.2.3-beta 94 2/21/2023
0.2.2-beta 92 2/21/2023
0.2.1-beta 90 2/21/2023
0.2.0-beta 89 2/20/2023
0.1.2-beta 120 8/2/2022
0.1.1-beta 123 7/25/2022
0.1.0-beta 119 7/24/2022
0.1.0-alpha 127 6/25/2022

This version contains the basic features planned for GreatDomain.Application