2

so I have been using the MVVM-light toolkit on a project that I am working on and I really like it.

I have used ViewModelLocator, SimpleIOC, design time data and relay commands, but i was curious if there is something else that i have missed. So what I am looking for is like list of the core tools that the toolkit provide so I can google it learn more about them.

I tried to find a decent documentation, I know about the pluralsight doc(http://www.pluralsight.com/courses/mvvm-light-toolkit-fundamentals), but I don't have a subscription and this explains why there isn't a good free one Where is the documentation for MVVM Light?.

I hope this isn't a too stupid question. Thanks

Community
  • 1
  • 1
Moddaman
  • 2,538
  • 3
  • 23
  • 41

1 Answers1

1

Browse all of the GalaSoft.MvvmLight.* classes in Visual Studio's Object Browser and make sure you know what is the purpose of each of them. In case of doubt look at http://www.mvvmlight.net/help/ or ask a question on SO.

romanoza
  • 4,775
  • 3
  • 27
  • 44