This directory contains code samples related to the book "Domain Modeling Made Functional"
/src/OrderTaking
contains the workflow as part of a complete bounded context./src/OrderTakingEvolved
contains the workflow after the changes in the Evolution chapter.
After downloading this code, do the following steps:
- Run
build.cmd
orbuild.sh
to download all the NuGet packages and compile the project - If that is not successful, you may need to install the .NET SDK 4.6.1 from here
- If you have problems, please create an issue on this repo