Last time I covered the data layer for our mime-types nanoservice. That article completes my presentation of a working .NET 5.0 / Blazor based nanoservice. The only thing I have…
Last time I covered the abstractions and data logic for our nanoservice. This time I'll cover the data layer, including the database, the repositories, and any logic required to pull…
It seems like, whenever I use options (which is practically every day), I end up having to go through a predictable set of steps in order to produce something I…
I've written before about my use of Microsoft's options pattern before. More specifically, I've written about my extensions of that pattern, to include validations. This time I though I would…
One of the Microsoft design patterns that I frequently use is called options. In case you've never heard of options, HERE is a link to Microsoft's documentation about them. Options…