Is there documentation or a reference for the MVVM Light framework that let me know what is it capable of? After a lot of googling I’ve found very few things.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The primary documentation source is MVVM Light’s website. Additional, documentation in form of problem solutions can be found right here on Stack Overflow. Also looking at the source code might help.
Personally, I think that both Laurent’s presentation at MIX’10 and Josh Smith’s article are best to start.
However, there is no explicit documentation for two reasons:
There is some documentation in the source code that could be extracted by using
SandCastle, but I believe that the classes are reasonably self-documenting. Furthermore, in all the time I used MVVM Light I did not have the need for additional documentation, other than the documentation provided by the two sites above and the problem solutions here at Stack Overflow.