Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the documentation for MVVM Light?

Tags:

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.

like image 399
NestorArturo Avatar asked Aug 09 '11 18:08

NestorArturo


2 Answers

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:

  1. It is a free tool and writing extended documentation is a time-consuming task.
  2. Nobody has volunteered to do so.

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.

like image 114
AxelEckenberger Avatar answered Sep 21 '22 11:09

AxelEckenberger


To answer your question, no there is no official documentation for the mvvm light toolkit, but I will give you the links I used myself and they were more than enough for me.

Those two conferences from laurent demonstrate the main uses of the toolkit along with general mvvm presentation. I found them really interesting and would recommend watching them if you are looking for what this toolkit is capable of.

http://channel9.msdn.com/Events/MIX/MIX10/EX14 and http://channel9.msdn.com/events/MIX/MIX11/OPN03

Also:

http://www.galasoft.ch/mvvm/

http://mvvmlight.codeplex.com/documentation

like image 38
matfillion Avatar answered Sep 18 '22 11:09

matfillion