Build a WPF MVVM Application - START TO FINISH TUTORIAL

Learn how to build a WPF MVVM CRUD application from start to finish in .NET! Throughout this start to finish tutorial, I cover various topics, such as: 🔥 Building user interfaces with XAML 🔥 Hooking up user interfaces w/ MVVM architecture 🔥 Managing application state 🔥 Dependency injection 🔥 Connecting to a database via Entity Framework 🔥 Packaging for deployment 🔥 Releasing via GitHub Releases 🔥 And much more! TIMESTAMPS: 0:00 - Introduction 1:21 - Project Setup 3:20 - Basic MVVM 3:21 - ⭐ Views 25:59 - ⭐ View Models 47:23 - ⭐ Models and ⭐ Stores 1:03:47 - Modals/Popups 1:04:36 - Prototyping w/ Figma 1:07:13 - Views for Modal 1:19:15 - View Models for Modal 1:21:54 - ⭐ Navigation 1:28:25 - Displaying the Modal 1:32:44 - ⭐ Commands 1:32:45 - Basic Commands 1:49:46 - Async Commands 1:54:07 - Da
Back to Top