A Word On Factory Results and Contracts
For simplicity, the PatronFactory
's CreatePatron
method just returned an IKeyIdentity
. This was a simple interface that requires an Id
of type Guid
. When the creation method was always assum...
For simplicity, the PatronFactory
's CreatePatron
method just returned an IKeyIdentity
. This was a simple interface that requires an Id
of type Guid
. When the creation method was always assum...
After several false starts, the convention for how to organize a solution seems to have come together. This also includes how to change the default project settings, and how to keep everything tidy as...