Binding To Attached Properties
This quick post shows how to bind to attached properties in xaml and code-behind.
This quick post shows how to bind to attached properties in xaml and code-behind.
This post offers a solution for polymorphic json serialization using System.Text.Json.
This post demonstrates a solution for overcoming the exception that is thrown when trying to test a WPF class with MSTest.
I recently spent a lot of time troubleshooting a problem where my relative WPF bindings were not behaving as expected for custom dependency properties that I had defined. This post explores the problem and the solution.
This post demonstrates a couple of different ways to execute fire and forget tasks in C#.