haf / Documently

Domain Driven Design with CQRS, Event Sourcing, MassTransit, RavenDB, RabbitMQ and C# and F#.
http://architecture.jayway.com
218 stars 55 forks source link

Store Sagas in SqlCe #25

Closed whyer closed 10 years ago

whyer commented 12 years ago

Nuget package "SqlServerCompact" gives easy management of SqlCe drivers. Adds post-build script to copy driver-files to bin-dir.

The rest is just simple NHibernate mapping + a custom IUserType to handle the "State"-type.

haf commented 12 years ago

Will you be fixing my comments? :)?

haf commented 10 years ago

Closing