Anyone who has spent any time working with EntityFramework knows that library has it's share of warts. One of the biggest, in my opinion, is that the library is designed…
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…
Last time I covered the internals of my Visual Studio extension, CG.Ruby, for generating simple CRUD repository classes. This time I'll cover the visual part of that extension, which is…
Last time I went over a Visual Studio template item extension that I created to generate simple CRUD repository classes, for my projects. This time I'll be covering the internals…
One of the little side projects I finished recently was an "add new item" extension, for Visual Studio. This particular extension generates a new repository class, for a C# project.…
Since .NET has gone to RC1, I've been playing around with the new framework. As a result, I've been running into lots of bugs and 'features', with the new codebase.…
Last time I covered the code for all the view-models. This time I'll cover the last few classes, from the root of the project, and wrap everything up with this…
In the last few articles we have walked through how to put together a complete .NET MAUI cryptography tool. Along the way, I have added code for most of the…
Last time I started walking through the project, populating the various folders and files with C# and XAML code. I'll continue that effort now. Let's start with the "Events" folder.…