A Hello World template of a WPF application using MVVM

Hey all,

I created an MVVM project and then saved it as a template.  This way when I create new projects, I can simple choose MVVM Base and save a ton of time.

You can use my template if you want.  You can download it here: MVVM Base.zip

How to add the MVVM Base template to your Visual Studio

If you want this to be available as a new project type in you Visual Studio install, follow these steps.

  1. go to this path under My Documents:Visual Studio 2010\My Exported Templates
  2. Download this template to that directory. MVVM Base.zip
  3. Create a new Visual Studio Project and choose MVVM Base from the list of C# projects.

Leave a Reply