Welcome! This is the first entry in a three(?) part series where I explore MVVM frameworks that can be used with Xamarin.Forms. As a by-product of my investigation, I'll have a handy bootstrapped project of each framework to help you get started using the framework discussed! tl;dr - source code Over the course of the … Continue reading Bootstrap Series – Xamarin.Forms in MvvmLight
Tag: MvvmLight
Model-View-ViewModel (MVVM) Patterns and Practices Cheat Sheet
I'm a creature of habit. I like my projects in MVVM and I tend to set them up a very particular way. If you've worked with the MVVM pattern before, you probably have your own methodologies, but if you're new to the pattern (here's a quick primer from Microsoft), here are some general rules I … Continue reading Model-View-ViewModel (MVVM) Patterns and Practices Cheat Sheet