WPF Version Numbers
This post examines a couple of different ways that WPF version numbers can be stored and retrieved.
This post examines a couple of different ways that WPF version numbers can be stored and retrieved.
If you're like me and find yourself forgetting how the event args work in INotifyCollectionChanged, then here's a quick reference that might be useful.
A dive into enumeration types, commonly known as enums.
Abstract classes and interfaces can be used for similar purposes but it's important to understand the differences between the two.
If you want to support cancellation in C#, you'll want to get familiar with the CancellationTokenSource and CancellationToken types.