Skip to content

Installation

Sam edited this page Jun 23, 2017 · 4 revisions

To install CQRS.NET, you can either:

  • download the published nuget packages from nuget,
  • download the files and copy whats needed into your project or
  • clone this project and reference it.

You can currently choose to use either Greg Youngs EventStore, Azure Cosmos DB (formerly Document DB) Sql Server MongoDB, Azure Blob Storage or Azure Table Storage as own eventstore, or writing an adaptor to use an existing eventstore should be trivial.

At this point Ninject is the IOC container of choice.

Clone this wiki locally