Mvvm

Implement the Model-View-ViewModel pattern in .NET applications with proper separation of concerns, data binding, commands, and testable ViewModels using MVVM Toolkit. USE FOR: implementing UI separation with Model-View-ViewModel; using MVVM Toolkit (CommunityToolkit.Mvvm) for ViewModels; designing testable UI architecture. DO NOT USE FOR: unrelated stacks; generic tasks that do not need this specific guidance. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode 78bd6b4 4 files · 23.9 KB Updated

File contents

managedcode/dotnet-skills/tree/main/catalog/Libraries/MVVM-Toolkit/skills/mvvm commit 78bd6b4ca4

Frequently asked questions

npx skillmds@latest add managedcode/mvvm