UPDATED 28.2.2013 (V4.1) This extension will add a project template to create a WPF client application with MVVM pattern project structure. (after installing the .vsix you'll need to restart Visual Studio). the new project template can be found under: File -> New -> Project -> C# templates. it is called "WPF MVVM Application". the new project have an MVVM folders and classes structure with some randomly generated data and a simple view.
- version 2.5 i've made some fixes to make a decent project template, fixed folders names, added more classes and samples for converters and resource dictionaries with simple styles. - version 3.0 fixed issues with wrong dynamic namespaces. - version 4.0 now also good for Visual Studio 2012. plus few code cleaning. - version 4.1 fixed the DelegateCommand to refresh the CanExecute. now this template can be the basis for a properly structured application.
|