DDDInventoryItemFSharp
DDDInventoryItemFSharp copied to clipboard
Event-Sourcing and Domain-Driven Design with F# and EventStore
Your example rocks! I'm just curious, why does the validation logic use referential equality and not structural? Thanks,
Steps: Get current code, build and run with no alteration. After about a 1-minute delay, System.AggregationException thrown in InventoryItemsController line 32. I made no changes to code or any project...
Solution does not compile because of those missing files. Would you be able to check them in please?
According to http://stackoverflow.com/questions/16305496/optimization-of-function-value-access-in-record-using-f repeated calls to functions contained in records can be slow because the compiler doesn't inline. Determine whether this applies in Aggregate.fs or other places.