StormianRootSolver
StormianRootSolver

Reputation: 535

Visual Studio 2010 and WPF: Creating a special template

Is it possible to do the following in VS 2010:

Upvotes: 1

Views: 355

Answers (1)

Wouter Janssens
Wouter Janssens

Reputation: 1613

I use MVVM light for my Silverlight, WPF and Windows Phone 7 applications. The MVVM light is a very lightweight framework to do MVVM but gives you a nice set of features, including Templates to start the projects. You can find more info on this on: Silverlight 4: Detect browser F5 / refresh and X / Close

And at stackoverflow there is a special tag "MVVM-light" for questions about this framework.

Upvotes: 2

Related Questions