like the MVC Framework provided by MS to create folder structure?
喜欢MS提供的MVC框架来创建文件夹结构?
2 个解决方案
#1
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.
您可以使用ASP.NET MVC来执行MVP。基本上它叫做MVVM:Model-View View-Model。只需添加一个ViewModel文件夹,添加ViewModel类,并将您的视图绑定到ViewModel。
#2
I am looking the same techie...
我正在寻找同样的技术人员......
I found this: http://dnnmvptemplate.codeplex.com/
我发现了这个:http://dnnmvptemplate.codeplex.com/
#1
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.
您可以使用ASP.NET MVC来执行MVP。基本上它叫做MVVM:Model-View View-Model。只需添加一个ViewModel文件夹,添加ViewModel类,并将您的视图绑定到ViewModel。
#2
I am looking the same techie...
我正在寻找同样的技术人员......
I found this: http://dnnmvptemplate.codeplex.com/
我发现了这个:http://dnnmvptemplate.codeplex.com/