Skip to content

Nuget Packages

Sam edited this page Feb 12, 2018 · 4 revisions

Nightly build packages and symbols available at http://nightlies.chinchillasoftware.co.nz/

Here is a list of the nuget packages and a brief description of each package.

Core

  • Cqrs - The core library that includes everything needed for a quick and simple CQRS system using SQL server.

APIs

Persistence

MondoDB

  • Cqrs.Mongo - Legacy MongoDB 2.x for CQRS.NET on .net 4.0. This includes MongoDB requirements for persisting entities, views and projections.
  • Cqrs.MongoDB - MongoDB 3.x for CQRS.NET on .net 4.5. This includes MongoDB requirements for persisting events, entities, views, projections and event sourcing.

SQL

  • Cqrs.Sql - This includes Entity Framework requirements for persisting entities, views and projections with complex models and data structures that exceed the Linq2SQL support provided in the base CQRS.NET library.

Azure

Other

Configuration

Networking

Azure

Other

  • Cqrs.Akka - Includes Akka.net requirements for using the Akka.Net as a command and event bus as well as concurrency control.

Dependency Injection / Inversion Of Control

Ninject

Advanced Visual Modelling

  • Cqrs.Modelling.UmlProfiles - Includes T4 templates and a VISX extension so you can use the built-in UML modelling. features of Visual Studio 2012 or above... Sort of works for Visual Studio 2010, but not really.
Clone this wiki locally