Add automatic route registration to your .NET MAUI app
The next step in simplified route management for .NET
Feb 16, 20245 min read2.2K

Search for a command to run...
Articles tagged with #sourcegenerators
The next step in simplified route management for .NET

How to avoid navigation hell by having Routes auto-generated for you

Introduction Welcome to the third part of my mini-series about MVVM Source Generators for C# .NET and the awesomeness of the MVVM Community Toolkit. So far, we have seen how we can save ourselves from writing too much boilerplate code when applying t...

Intercept property setters and say goodbye to writing busy flags

Stop writing boilerplate code with the MVVM Community Toolkit
