Skip to content

ep013/DomainModelingMadeFunctional

 
 

Repository files navigation

This directory contains code samples related to the book "Domain Modeling Made Functional"

Organization

  • /src/OrderTaking contains the workflow as part of a complete bounded context.
  • /src/OrderTakingEvolved contains the workflow after the changes in the Evolution chapter.

Getting started

After downloading this code, do the following steps:

  • Run build.cmd or build.sh to download all the NuGet packages and compile the project
  • If that is not successful, you may need to install the .NET SDK 3.1.101 from here
  • If you have problems, please create an issue on this repo

About

Extended code samples related to the book "Domain Modeling Made Functional". Buy the book here: https://pragprog.com/book/swdddf/domain-modeling-made-functional or here https://fsharpforfunandprofit.com/books/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 99.9%
  • Other 0.1%