C# (CSharp) CQRS.Talk.Sample1.SeparateReadsFromWrites Namespace

Classes

Name Description
Confusing
DictinarySample
Separate The solution to the previous problem is to separate command from a query. Query if the attribute exists; then update the value - as 2 different operations