Blog Posts - Page 10
Hydrating A Patron
There are two ways to retrieve the current values associated with an entity. The canonical source is the collection of events that describe how an entity came into existance and then was affected over...
My 2017 Running Calendar
2016 was a busy year - in total, I ran eight races. While four of them were all in one weekend for Disney's Dopey Challenge, it was still a lot of early mornin...
Mock Controller's User and Url Properties in ASP.NET Core MVC
I have come to the point where I am building out the initial proof-of-concept for the WebAPI portion of this project. This gives me a place to continue testing out features, and see if how I envisione...
Patron Can Be Created and Updated (Again)
Now that I have revised my approach for what constitutes creating and updating entities, I am going back to my Patron
entity to rework the c...
Revisiting Creating and Updating Entities
Just when I thought I was in a good place to carry forward with retrieving a persisted entity and then modifying its values, I started looking intently into the [CQRS Journey](https://msdn.microsoft.c...
User Can Update a Patron
A simple update of an object is as complex as adding a new instance of the object, which means it is both straight forward and laden with all kinds of caveats and unlying processes. As with [creating ...