Skip to content

mserrate/eventsourcing-netcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVENT SOURCING WITH .NET CORE

Some notes about this app:

  • Persisted Oriented Repository (based in CommonDomain). It's enough for this demo app.
  • AggregateSource for a collection oriented repository check out the great AggregateSource from @yreynhout
  • To have test results in XML: dotnet test -xml testout.xml
  • To have test results in NUnit format: xsltproc NUnitXml.xslt testout.xml > testoutnunit.xml

About

EventSourcing example with .NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published