SimpleCqrs 1.0.0

dotnet add package SimpleCqrs --version 1.0.0
                    
NuGet\Install-Package SimpleCqrs -Version 1.0.0
                    
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="SimpleCqrs" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleCqrs" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SimpleCqrs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleCqrs --version 1.0.0
                    
#r "nuget: SimpleCqrs, 1.0.0"
                    
#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.
#addin nuget:?package=SimpleCqrs&version=1.0.0
                    
Install SimpleCqrs as a Cake Addin
#tool nuget:?package=SimpleCqrs&version=1.0.0
                    
Install SimpleCqrs as a Cake Tool

A framework for building applications using the CQRS and Event Sourcing patterns.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on SimpleCqrs:

Package Downloads
SimpleCqrs.EventStore.AzureTable

Implementation of the IEventStore interface for the SimpleCQRS library that uses Azure Table Storage as the backend.

SimpleCqrs.Unity

A framework for building applications using the CQRS and Event Sourcing patterns

SimpleCqrs.EventStore.SqlServer

A framework for building applications using the CQRS and Event Sourcing patterns

SimpleCqrs.StructureMap

A framework for building applications using the CQRS and Event Sourcing patterns

SimpleCqrs.EventStore.File

A framework for building applications using the CQRS and Event Sourcing patterns

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SimpleCqrs:

Repository Stars
exceptionnotfound/SampleCQRS
A small demo of a .NET app using Command-Query Responsibility Segregation and Event Sourcing
Version Downloads Last updated
1.0.0 8,674 10/15/2011