like the MVC Framework provided by MS to create folder structure?
+3
A:
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.
jlembke
2009-07-02 15:10:43