Creating GitHub releases with Azure pipelines
In the last article I showed you how to setup a Azure DevOps pipeline to build your C# code hosted on Github. This time, I will show you how to…
In the last article I showed you how to setup a Azure DevOps pipeline to build your C# code hosted on Github. This time, I will show you how to…
Undeniably, Github is the most popular plattform for your code repositories, regardless of (programming) language or technology. While there are many other plattforms, including Azure DevOps (previously Team Foundation Server…
Anyone familiar with C# has probably used application settings in one way or another. As I start out with WPF I envitably came across application wide styles that can be…
Even though I have been working with C# for some time now, not mainly but consistently, I wasn’t necessarily aware (as I pointed out here) that there is in fact…
Property triggers and also data triggers are an excellent and powerful way to control your application’s behavior in WPF. These are covered in detail in various places on the net…