Skip to content
Antoine Théate edited this page Feb 14, 2023 · 1 revision

Introduction

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.

Clone this wiki locally