-
Notifications
You must be signed in to change notification settings - Fork 79
Installation
cdmdotnet edited this page Feb 23, 2016
·
4 revisions
To install CS-CQRS, you can either:
- download the files and copy whats needed into your project,
- clone this project and reference it or
- download the published nuget packages from nuget.
You can currently choose to use either Greg Youngs EventStore or Azure Document DB as own eventstore, or writing an adapter to use an existing eventstore should be trivial.
At this point Ninject is the IOC container of choice.