I've been using .NET7 for a little while now. I've only recently tried to build any of those projects using an Azure CI/CD pipeline. One of the things I had…
I have a few NUGET packages that I've published in NUGET.ORG. I typically build and publish those projects using a YAML file, in an Azure pipeline. That process has worked…
Lately, I've been researching how rendering works, in Blazor. For anyone who hasn't fallen down that particular rabbit hole, yet, let me provide a brief overview. In Blazor, Razor components…
One of the things I'm playing around with is the possibility of dynamically generating a Blazor form based on nothing more than an object. So, for instance, if an object…