Search code examples
c#mvvmviewmodelfactory-pattern

Do you know an example where uses MVVM and factories?


I'm using MVVM and also the pattern Factory.

My factory create several models at the beginning. Then I realized that I need to factor the viewmodel of the model.

Do you have examples of this scenario?


Solution

  • You can Create Your FactoryClass in your solution and use it in in your Program...mvvm is a UI pattern and Does not Depend to Factory Pattern