Duncan Jones
Duncan Jones
Need to be able to decide between notification providers - I guess including multiple providers...
1. Queue notification provider added 2. Choice of which notification provider to use built in to Command.cs and Query.cs instantiation of underlying event streams Need to read-back the notification and...
For a **Query** there should be a way of running a projection over the query event stream for the **Projection Results Returned** events so as to perform the collation step...
Question: should there be separate listeners for the Query Handler and the Command Handler? (From responsibility separation I think yes but there might be a performance implication?)
1) Exclude aggregate interface from QueryHandler and CommandHandler 2) Exclude identifier group interfaces from QueryDefinition
This is in ModelCodeGenerator.vb Private Sub AddSourceFileToProjects(filenameBase As String, sourceFileType As ModelSourceFileType)
I think this should be similar to the way that entity framework does this for a code-first setup. It also needs a fluent way of adding to the model at...
Outline classes for this added under TheLongRun.Common\Models Need to decide what additional information should be contained in/wired up in the domains model.