.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Category: <span>Software Architecture</span>

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 …