← Back
Gerald Versluis August 19, 2021 19m

From Code-Behind Code to MVVM with XAML and C#

Summary

The transcript focuses on implementing the MVVM (Model-View-ViewModel) pattern in a Xamarin Forms application, demonstrating how to transition from code-behind to a more maintainable view model approach. The tutorial walks through creating a simple user interface with an entry field and button in Visual Studio 2019, showing how to set up named UI elements and prepare for a view model implementation. The key practical takeaway is the importance of separating UI logic from code-behind to create more testable and flexible mobile applications, with a focus on reducing tight coupling between user interface and underlying code.

View original episode ↗