Introduction to MVVM Source Generators for C# .NET
Stop writing boilerplate code with the MVVM Community Toolkit
Dec 19, 202213 min read11K

Search for a command to run...
Series
In this series, you will learn about the wonderful possibilities the MVVM pattern offers - with a special focus on MVVM Source Generators for C# .NET
Stop writing boilerplate code with the MVVM Community Toolkit

Intercept property setters and say goodbye to writing busy flags

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...
