-
Notifications
You must be signed in to change notification settings - Fork 1
MVVM
Antoine Théate edited this page Feb 14, 2023
·
1 revision
DEH-MATLAB is based on the MVVM pattern and using the ReactiveUI framework. The Autofac is used as Dependency Injection framework.
The DEH-MATLAB MVVM is based on the view-model first approach. In this approach, the View-Model is unaware of the View and the View is not responsible for creating or binding a View-Model to its DataContext. A View is constructed by the Navigation Service and the DataContext is set to the View-Model.
copyright @ RHEA System S.A.