Connecting performers with hosts and venues
I’ve attempted to implement this in several design and development patterns over the years, never feeling truly settled in a given framework’s capabilities (or more notably, limitations).
Currently it’s in the best shape ever built on ASP.NET 8.0 as a Blazor Server app.
Patterns
The model design is relatively straightforward, and has been further honed by my experience with other business systems.
Therefore It made perfect sense to leverage Entity Framework in this case, especially where identity and authentication are built-in, and a very extensible feature thereof.
The journey
Here are some entries I’ve authored related to this project and its journey to this point