In this video, I show you how to delete rows from a data grid in WPF using MVVM. The ability to delete rows from a data grid in WPF using MVVM is a core scenario in just...
Playlist - Ask Brian
In this video, I answer the question “How do I add a Prism login screen to my WPF Prism application?”. Adding a login screen to a Prism application can be...
In this video, I address the common what is a Task vs ValueTask question. When answering the question “When should I use a ValueTask?”, you must first...
In this video, I explain what the yield return in C# is, how yield return works, and when you would use yield return. When you use the yield return statement in your...
Have you ever wondered if there was an async yield return in C#? Well, there is an async yield return and in this video, I’ll show you how to use the yield return...
In this video, I answer the question “How do I show Dialogs in an MVVM application?” Showing dialogs in an MVVM application is a very common requirement...