nh-tu-z / ScaleManagement

Freelance project regarding scale management.
0 stars 0 forks source link

Apply MVVM pattern #10

Open nh-tu-z opened 1 year ago

nh-tu-z commented 1 year ago
  1. Spike the concept of MVVM pattern
  2. Apply pattern
nh-tu-z commented 1 year ago

docs for MVVM concept https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/

nh-tu-z commented 1 year ago

just first look in ObservableProperty - https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/generators/observableproperty. Need to look at it again to make sure that we truly know that.

nh-tu-z commented 8 months ago

Apply Prism framework for MVVM pattern