Model–View–ViewModel pattern

GPTKB entity

Statements (32)
Predicate Object
gptkbp:instanceOf gptkb:architecture
gptkbp:abbreviation gptkb:MVVM
gptkbp:component gptkb:model
View
ViewModel
gptkbp:documentedIn gptkb:John_Gossman
blogs
Microsoft documentation
gptkbp:enables testability
data binding
command binding
decoupling of UI and business logic
https://www.w3.org/2000/01/rdf-schema#label Model–View–ViewModel pattern
gptkbp:introducedIn gptkb:Microsoft
2005
WPF (Windows Presentation Foundation)
gptkbp:pattern architectural pattern
presentation pattern
gptkbp:popularFor gptkb:Angular
gptkb:.NET
JavaScript frameworks
XAML-based frameworks
gptkbp:purpose separation of concerns
facilitate unit testing
improve code maintainability
gptkbp:relatedTo gptkb:Model–View–Controller_pattern
gptkb:Model–View–Presenter_pattern
gptkbp:usedIn software engineering
user interface development
application development
gptkbp:bfsParent gptkb:Model–View–Controller_pattern
gptkbp:bfsLayer 8