36:44
WPF C# Professional Modern Flat UI Tutorial
WPF C# Professional Modern Flat UI Tutorial this tutorial will show you how to create a flat modern ui with a flat design using WPF ...
13:34
WPF xaml tutorial - creating a Todos list app with C# and WPF
Let's see how to build a simple to-do list using C and WPF so I already have Visual Studio open and let's create a new project so ...
56:08
This is the recording of a course I give at the HTBLA Leonding. In this lecture, we introduce WPF Resources: * Playlist for Web Dev ...
43:47
WPF MVVM Tutorial: Build An App with Data Binding and Commands
In this video, you will learn how to use the MVVM pattern in WPF to create a app. MVVM stands for Model-View-ViewModel and it ...
23:15
WPF Switching Views With Navigation Using MVVM And Dependency Injection
WPF Switching Views With Navigation Using MVVM And Dependency Injection this tutorial will show you how to switch views in ...
29:19
C# WPF UI | How to Design Flat Data Table Dashboard in WPF (Customize Datagrid)
Hello my friends , in this tutorial we'll learn how to create a data table dashboard in C# WPF. also we'll learn how to use MahApps ...
10:54
Handling WPF Routed Events with MVVM Commands - EASY WPF (.NET Core)
Learn how to handle any WPF control routed event with a command in order to decouple views from view models. Other topics ...
4:39:46
🔥 C# GUI Tutorial using WPF | XAML | - Windows Presentation Foundation
NET Elite Academy - Become a job-ready .NET developer and get hired within weeks: https://bit.ly/3KJNK41 4+ Hours Windows ...
1:02
WPF sample login form user interface for beginners
WPF sample login form user interface with moving background for beginners like me. I do not own the resources used in creating ...
36:18
Create Login in WPF, MVVM Pattern, C# and SQL Server - Step by Step + Display user data
Previous Video: WPF UI/ Design a Modern Login Form/ Introducing to WPF https://youtu.be/pZGcRHgmn8k ⏭️ Next Video: WPF ...
6:05
C# WPF Tutorial #22 - What is MVVM?
Learning what the design pattern MVVM is, how it works, how it affects your WPF components, and when you might want to use it.
17:10
Creating Reusable Controls - WPF TUTORIALS
Learn how to create and use custom, reusable controls. Creating reusable controls is critical for reducing duplication and ...
6:31
... skills in WPF there are two methods that is the static resources and the dynamic resources but here in this example I will discuss ...
13:24
C# WPF Tutorial #12 - ListView
Learning the basics of the ListView control including add, delete, and clear, as well as single and multiple selection modes and ...
46:31
WPF - Page Navigation / Switching Views | MVVM | Dashboard | UI Design | XAML | C# | Tutorial
WPF Page Navigation using MVVM * Skill Level: Intermediate Learn to implement smooth page navigation in WPF using ...
10:59
Is LEARNING WPF still WORTH it in 2023?
When we hear how so many companies use frameworks like Blazor, MAUI, and other similar ones, we are left with the question, ...
14:32
Is WPF dead? The state of .NET WPF in 2025
An analysis of the current state of .NET's WPF user interface framework. Whats the current state of Windows Presentation ...
7:48
Hi My fellow learners, since you have learnt about Styles it is time to look into WPF triggers. Triggers are used with styles to give ...
5:30:50
Mastering WPF in C#: MVVM, XAML, and Real-World UI Design Essentials
Unlock the power of WPF in C# by learning core concepts like XAML, data binding, and the MVVM architecture. This guide covers ...
29:29
Communicate Between View Models with Observer Pattern - WPF C# MVVM
How to keep your View Models decoupled from each other and still allow them to communicate / send data to other View Models.