Table of Contents

MVVMToolkitExtensions


Overview


Note

This package is currently work in progress.

MVVMToolkitExtensions is a set of utilities that aims to streamline the development of WPF and MAUI applications using the MVVM pattern. It is designed to be used with CommunityToolkit.MVVM and Microsoft.Extensions.DependencyInjection.


Features


  • 🛠️ ViewModel Registration: Streamline and manage your ViewModels effectively.
  • 📌 View-Based Navigation: Use dynamic view composition to modularize your apps.
  • 🌐 Page-based Navigation (MAUI): Navigate between pages using a powerful URI-based syntax.
  • 💬 Dialog Service (WPF): Implement MVVM-friendly dialogs with minimal effort.

Resources


  • WPF Guide: View the WPF Guide here.
  • MAUI Guide: View the MAUI Guide here.
  • API Reference: Explore the API reference here.
  • GitHub Repo: Visit the GitHub repo for the source code here.