Tired of Visual Studio prompting for the credentials of your Nuget Sources every time?
This method uses the nuget.exe to add sources and store its credentials.
Tired of Visual Studio prompting for the credentials of your Nuget Sources every time?
This method uses the nuget.exe to add sources and store its credentials.
MAUI Blazor Hybrid is a great way to leverage web development skills to target multiple platforms, including iOS and Android. As with most recent platforms,…
I find myself using Linux more and more as my go-to OS, since I’m not developing anything windows specific most of the time. Occasionally I’d…
So, let’s say you’re working on a shiny new piece of software, which needs to somehow integrate with existing legacy software. The big problem is…
One of these days I had the need to create and extensible enum. Extensible in a way that allows people to add items to it,…
I recently needed to map a C# class to a database table using FluentNHibernate. So far so good…. But then I got stuck as one…