Category MVVM

I Wrote a book…

TLDR; I’ve written a book about applying the MVVM pattern in .NET MAUI called “The MVVM Pattern in .NET MAUI: The definitive guide to essential patterns, best practices, and techniques for cross-platform app development”. I’m super excited about this! If… Continue Reading →

Setting up a basic MVVM architecture in .NET MAUI

Update December 2023 This blogpost was originally posted in February 2022. Since then, .NET MAUI and my insights have evolved a bit. On the other hand, lots of the things discussed in this blogpost are still valid today. However, if… Continue Reading →

Dynamically binding RESX Resources in Xamarin Forms

Localizing your app isn’t the most fun thing to do. In the last couple of years I’ve seen and tried various ways of implementing multi language support. In this blogpost I would like to share how I recently set up localization… Continue Reading →

Trigger PropertyChanged of indexed property in Xamarin Forms

Xamarin Forms supports binding to indexed properties. But do you know how to trigger a PropertyChanged event on such a property so that the binding engine gets the updated value? Binding to indexed properties Binding to an indexed property in… Continue Reading →

Building a Xamarin app with Azure Functions and OneDrive

Preface (you can skip this if you are not interested in the underlying idea, no hard feelings!) A while ago my brother -who sells windows (no, not the OS) and doors- asked me if I could build a small app for… Continue Reading →

Using Rx in a UWP project with MVVM

Intro My team and I are currently working on a UWP project which is a complete rewrite of a WinRT app that we have been building.Recently we started development on the ‘Search’ functionality. It’s that typical search paradigm: only hit… Continue Reading →

© 2024 Pie Eating Ninjas' Blog — Powered by WordPress

Theme by Anders NorenUp ↑