Domain-Driven Design, Event Sourcing and CQRS with F#
This presentation demonstrates a method for implementing Domain-Driven Design (DDD) using F# and EventStore. The described approach makes use of idiomatic functional constructs, especially where they bring value beyond the traditional object-oriented and procedural paradigms. The natural alignment between functional programming and event sourcing is exploited and implemented with Greg …