Learn how to append custom menu Items to the default WPF Window system ContextMenu.
Playlist - Ask Brian
In this video, I answer the question “Why is async void bad and how do I await a Task in an object constructor?”. Async void is generally considered bad for...
In this video we answer the ever popular question “Which do I use, ConfigureAwait True or False?”. The direct answer to this question is: – If you are...
In this video, I answer the question “How to Cancel Tasks in C# using the CancellationTokenSource and CancellationToken objects?”. Cancelling a Task in C# is...
In this video, I’ll answer the question “How do I copy all files in directories and subdirectories using C#?”. Using WPF and C#, we will make use of...
In this video, I answer the popular MVVM question, “How to Close Windows from a ViewModel”. When you’re developing WPF applications using the MVVM...
In this video, I answer the question “How to Bind an Enum to a ComboBox in WPF?”. When most WPF developers bind an enum to a combobox in WPF, they use the...
In this video, I show you how to “Localize Dates, Currency, Numbers, and Text Direction in WPF”. When writing WPF applications, it’s important to...
In this video, we learn how about dynamically invoking a generic method with reflection in .NET C#. When using a generic method, the generic argument (often referred to...
Microsoft’s new ASP.NET Blazor framework has been getting a ton of buzz recently, and rightfully so. Imagine .NET running in the browser. No plugins, no add-ons...