MVVM Woes - Output properties

MVVM Woes - Output properties

In MVVM, I regularly have output properties, or properties that usually depend on one or more other properties within the viewmodel. For example, say we have two input properties, ‘FirstName’ and ‘LastName’. The output...

Read More