WPF in C# with MVVM using Caliburn Micro

WPF can be a tricky topic to get right. At first, it is fairly easy to get started. Then, you figure out that seemingly simple things aren’t that simple. That’s when you realize WPF was built on a different set of rules and ideas from WinForms. It works best with standards and systems in place. One popular standard is to use the MVVM pattern. In this video, I show you how to implement MVVM in WPF using a tool called Caliburn Micro. Source Code: Newsletter signup (with exclusive discounts): (your email will be kept safe and you will not be spammed). Facebook Page: Want to see a full C# application built from scratch (now with WPF and Add-Ons available)? Check out this course: 0:00 - Intro 1:16 - Setting up .NET console app 2:31 - Caliburn Micro NuGetd 3:57 - App configuration 10:29 - Creating MVVM structure 13:36 - Cre
Back to Top