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