.net – MVVM toolkit (templates) and XAML powertoys for wpf mvvm work

mvvmnetwpfwpftoolkit

I recently downloaded the MVVM toolkit on codeplex from WPF futures which basically has templates (although i can't seem to find many docs for it) for creating standard MVVM apps for WPF.

I also came across the Powertoys for XAML which allows you to create ViewModels from classes etc..

Is this the best way to go? There seems to be a lot of talk of prism also but this seems to be for creating modular apps for wpf.. and MVVM tookit is an addition to prism

There seems to be so many ways of implementing the MVVM in VS 2008.

I would love to hear some comments or guidance on the best road to take when it comes to doing a MVVM wpf app.

I was looking for a easy (templates) for creating the MVVM wpf app which maybe i should just create an empty wpf project and add everything manually..

Best Answer

For me, the greatest learning experience was analyzing the source code of the Crack.Net app.

Once again, many thanks to Josh Smith!