Saturday, February 5, 2011

Is there any MVP template for Visual Studio

like the MVC Framework provided by MS to create folder structure?

  • You can use ASP.NET MVC to do MVP. Basically it's called MVVM: Model-View View-Model. Just add a ViewModel folder, add ViewModel classes, and bind your views to the ViewModels.

    From jlembke

0 comments:

Post a Comment