文件名称:PureMVP
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:59.63kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在C# WinForm编程过程中,我们往往按Visual Studio2003/2005/2008工具对Windows Forms的默认处理方式,将业务逻辑和视图紧密的融合在一起。比如我们双击一个Button按钮,然后它的事件里编写处理逻辑,必要时将处理的数据写会Model模型中。这样的做法一则不利于单元测试,往往靠手工点击界面来测试,至于以测试驱动开发就更难实现了。二者也不利于代码重用。提供使用MVP模式开发的例子-MVP Demo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Common/AssemblyInfo.cs
Common/bin/
Common/bin/Release/
Common/bin/Release/Common.dll
Common/IUserModel.cs
Common/IUserView.cs
Common/Library.csproj
Common/Library.csproj.user
Common/
Driver/App.ico
Driver/AssemblyInfo.cs
Driver/bin/
Driver/bin/Release/
Driver/bin/Release/Common.dll
Driver/bin/Release/Driver.exe
Driver/bin/Release/MVP.dll
Driver/Driver.csproj
Driver/Driver.csproj.user
Driver/Form1.cs
Driver/Form1.resx
Driver/
MVP/App.ico
MVP/AssemblyInfo.cs
MVP/bin/
MVP/bin/Release/
MVP/bin/Release/Common.dll
MVP/bin/Release/MVP.dll
MVP/MVP.csproj
MVP/MVP.csproj.user
MVP/UserModel.cs
MVP/UserPresenter.cs
MVP/UserView.cs
MVP/UserView.resx
MVP/
MVP.Tests/AssemblyInfo.cs
MVP.Tests/bin/
MVP.Tests/bin/Debug/Common.dll
MVP.Tests/bin/Debug/MVP.dll
MVP.Tests/bin/Debug/MVP.Tests.dll
MVP.Tests/bin/Debug/MVP.Tests.pdb
MVP.Tests/bin/Release/
MVP.Tests/bin/Release/Common.dll
MVP.Tests/bin/Release/MVP.dll
MVP.Tests/bin/Release/MVP.Tests.dll
MVP.Tests/Tests.cs
MVP.Tests/Tests.csproj
MVP.Tests/Tests.csproj.user
MVP.Tests/
PureMVP.resharper.user
PureMVP.sln
Common/bin/
Common/bin/Release/
Common/bin/Release/Common.dll
Common/IUserModel.cs
Common/IUserView.cs
Common/Library.csproj
Common/Library.csproj.user
Common/
Driver/App.ico
Driver/AssemblyInfo.cs
Driver/bin/
Driver/bin/Release/
Driver/bin/Release/Common.dll
Driver/bin/Release/Driver.exe
Driver/bin/Release/MVP.dll
Driver/Driver.csproj
Driver/Driver.csproj.user
Driver/Form1.cs
Driver/Form1.resx
Driver/
MVP/App.ico
MVP/AssemblyInfo.cs
MVP/bin/
MVP/bin/Release/
MVP/bin/Release/Common.dll
MVP/bin/Release/MVP.dll
MVP/MVP.csproj
MVP/MVP.csproj.user
MVP/UserModel.cs
MVP/UserPresenter.cs
MVP/UserView.cs
MVP/UserView.resx
MVP/
MVP.Tests/AssemblyInfo.cs
MVP.Tests/bin/
MVP.Tests/bin/Debug/Common.dll
MVP.Tests/bin/Debug/MVP.dll
MVP.Tests/bin/Debug/MVP.Tests.dll
MVP.Tests/bin/Debug/MVP.Tests.pdb
MVP.Tests/bin/Release/
MVP.Tests/bin/Release/Common.dll
MVP.Tests/bin/Release/MVP.dll
MVP.Tests/bin/Release/MVP.Tests.dll
MVP.Tests/Tests.cs
MVP.Tests/Tests.csproj
MVP.Tests/Tests.csproj.user
MVP.Tests/
PureMVP.resharper.user
PureMVP.sln
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.