Asp – ny MVP template for Visual Studio

asp.netmvp

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

Best Answer

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.