文件名称:基于Codematic的MVC生成

介绍说明--下载内容均来自于网络,请自行研究使用

CodematicDemoMVC示例源码

CodematicDemoMVC 是一个基于三层架构的MVC模式应用的完整示例项目源码,基于Asp.net 3.5开发,
结构更简洁,提供更多有效的示例源码参考。
方便用户更好的理解和使用该架构进行开发,配合动软.Net代码生成器,可以使开发效率事半功倍,倍感轻松。

该项目涉及如下几项要点应用:
1) 基于标准的三层结构。
2) 表示层采用MVC模式。
3) 数据的增、删、改、查操作。
4) 列表数据显示及分页处理。
5) Linq的应用等。

******************************************************

Lib:公用类库
BLL: 业务层
Model: 数据实体
DAL: 数据层
WebMVC: 表示层

DB_51aspx下为Sql2005数据库,附加即可
默认管理帐号/密码:51aspx/51aspx

通过对MVC的学习,我们可以看到MVC有如下特点:
1) 业务处理与显示分离:ASPX页面与CS代码彻底分离。更好的复用和维护。
2) 服务器端的表单控件不再被提倡使用,取而代之使用传统的input,或直接让Html.TextBox生成控件标签。
3) 没有了事件驱动模型。在ASP.NET MVC中,当某个按钮被点击,你不要再习惯性想到应该在相应的aspx.cs中有个Click处理方法,你应该想到的是该有某个Controller中有个Action来处理这个事件。
4) 没有了数据绑定。如果你习惯了GridView的数据绑定,在ASP.NET MVC中则需要改变思路,你自己动手解决。
5) 增加了地址重写。MVC的Routing组件让我们可以很好的进行URL路由处理。
6) 总体来看,可以理解MVC是基于Web Form的一种编程方式模型扩展,是一种表示层的编程模型方案。


作者:李天平

(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : CodematicDemoMVC.rar 列表
CodematicDemoMVC/BLL/obj/Debug/BLL.csproj.FileListAbsolute.txt
CodematicDemoMVC/Common/obj/Debug/Common.csproj.FileListAbsolute.txt
CodematicDemoMVC/DAL/obj/Debug/DAL.csproj.FileListAbsolute.txt
CodematicDemoMVC/DBUtility/obj/Debug/DBUtility.csproj.FileListAbsolute.txt
CodematicDemoMVC/Lib/LTP.Accounts.txt
CodematicDemoMVC/Model/obj/Debug/Model.csproj.FileListAbsolute.txt
CodematicDemoMVC/WebMvc/obj/Debug/WebMvc.csproj.FileListAbsolute.txt
CodematicDemoMVC/Model/说明.txt
CodematicDemoMVC/说明.txt
CodematicDemoMVC/源码必读.txt
CodematicDemoMVC/WebMvc/greybox/loader_frame.html
CodematicDemoMVC/Lib/加解密工具/config.ini
CodematicDemoMVC/Lib/加解密工具/DEncryptTest.exe
CodematicDemoMVC/BLL/bin/Debug/COM.Excel.dll
CodematicDemoMVC/Common/bin/Debug/COM.Excel.dll
CodematicDemoMVC/DAL/bin/Debug/COM.Excel.dll
CodematicDemoMVC/Lib/COM.Excel.dll
CodematicDemoMVC/WebMvc/Bin/COM.Excel.dll
CodematicDemoMVC/BLL/bin/Debug/Excel.dll
CodematicDemoMVC/Common/bin/Debug/Excel.dll
CodematicDemoMVC/DAL/bin/Debug/Excel.dll
CodematicDemoMVC/Lib/Excel.dll
CodematicDemoMVC/WebMvc/Bin/Excel.dll
CodematicDemoMVC/Lib/FreeTextBox.dll
CodematicDemoMVC/Lib/LTP.Accounts.dll
CodematicDemoMVC/WebMvc/Bin/LTP.Accounts.dll
CodematicDemoMVC/Lib/LtpPageControl.dll
CodematicDemoMVC/BLL/bin/Debug/Maticsoft.BLL.dll
CodematicDemoMVC/BLL/obj/Debug/Maticsoft.BLL.dll
CodematicDemoMVC/WebMvc/Bin/Maticsoft.BLL.dll
CodematicDemoMVC/BLL/bin/Debug/Maticsoft.Common.dll
CodematicDemoMVC/Common/bin/Debug/Maticsoft.Common.dll
CodematicDemoMVC/Common/obj/Debug/Maticsoft.Common.dll
CodematicDemoMVC/DAL/bin/Debug/Maticsoft.Common.dll
CodematicDemoMVC/WebMvc/Bin/Maticsoft.Common.dll
CodematicDemoMVC/BLL/bin/Debug/Maticsoft.DAL.dll
CodematicDemoMVC/DAL/bin/Debug/Maticsoft.DAL.dll
CodematicDemoMVC/DAL/obj/Debug/Maticsoft.DAL.dll
CodematicDemoMVC/WebMvc/Bin/Maticsoft.DAL.dll
CodematicDemoMVC/BLL/bin/Debug/Maticsoft.DBUtility.dll
CodematicDemoMVC/DAL/bin/Debug/Maticsoft.DBUtility.dll
CodematicDemoMVC/DBUtility/bin/Debug/Maticsoft.DBUtility.dll
CodematicDemoMVC/DBUtility/obj/Debug/Maticsoft.DBUtility.dll
CodematicDemoMVC/WebMvc/Bin/Maticsoft.DBUtility.dll
CodematicDemoMVC/BLL/bin/Debug/Maticsoft.Model.dll
CodematicDemoMVC/DAL/bin/Debug/Maticsoft.Model.dll
CodematicDemoMVC/Model/bin/Debug/Maticsoft.Model.dll
CodematicDemoMVC/Model/obj/Debug/Maticsoft.Model.dll
CodematicDemoMVC/WebMvc/Bin/Maticsoft.Model.dll
CodematicDemoMVC/BLL/bin/Debug/Microsoft.Vbe.Interop.dll
CodematicDemoMVC/Common/bin/Debug/Microsoft.Vbe.Interop.dll
CodematicDemoMVC/DAL/bin/Debug/Microsoft.Vbe.Interop.dll
CodematicDemoMVC/WebMvc/Bin/Microsoft.Vbe.Interop.dll
CodematicDemoMVC/Lib/Microsoft.Web.UI.WebControls.dll
CodematicDemoMVC/BLL/bin/Debug/office.dll
CodematicDemoMVC/Common/bin/Debug/office.dll
CodematicDemoMVC/DAL/bin/Debug/office.dll
CodematicDemoMVC/WebMvc/Bin/office.dll
CodematicDemoMVC/BLL/bin/Debug/OpenSmtp.dll
CodematicDemoMVC/Common/bin/Debug/OpenSmtp.dll
CodematicDemoMVC/DAL/bin/Debug/OpenSmtp.dll
CodematicDemoMVC/Lib/OpenSmtp.dll
CodematicDemoMVC/WebMvc/Bin/OpenSmtp.dll
CodematicDemoMVC/BLL/bin/Debug/OWC10Chart.dll
CodematicDemoMVC/Common/bin/Debug/OWC10Chart.dll
CodematicDemoMVC/DAL/bin/Debug/OWC10Chart.dll
CodematicDemoMVC/Lib/OWC10Chart.dll
CodematicDemoMVC/WebMvc/Bin/OWC10Chart.dll
CodematicDemoMVC/WebMvc/Bin/WebMvc.dll
CodematicDemoMVC/WebMvc/obj/Debug/WebMvc.dll
CodematicDemoMVC/WebMvc/Global.asax
CodematicDemoMVC/WebMvc/Views/Shared/LogOnUserControl.ascx
CodematicDemoMVC/WebMvc/Views/Home/About.aspx
CodematicDemoMVC/WebMvc/Views/Account/ChangePassword.aspx
CodematicDemoMVC/WebMvc/Views/Account/ChangePasswordSuccess.aspx
CodematicDemoMVC/WebMvc/Views/News/Create.aspx
CodematicDemoMVC/WebMvc/Views/Product/Create.aspx
CodematicDemoMVC/WebMvc/Default.aspx
CodematicDemoMVC/WebMvc/Views/News/Details.aspx
CodematicDemoMVC/WebMvc/Views/Product/Details.aspx
CodematicDemoMVC/WebMvc/Views/News/Edit.aspx
CodematicDemoMVC/WebMvc/Views/Product/Edit.aspx
CodematicDemoMVC/WebMvc/Views/Shared/Error.aspx
CodematicDemoMVC/WebMvc/Views/Product/Index.aspx
CodematicDemoMVC/WebMvc/Views/Home/Index.aspx
CodematicDemoMVC/WebMvc/Views/News/List.aspx
CodematicDemoMVC/WebMvc/Views/Product/List.aspx
CodematicDemoMVC/WebMvc/Views/Account/LogOn.aspx
CodematicDemoMVC/WebMvc/Views/Home/News.aspx
CodematicDemoMVC/WebMvc/Views/Account/Register.aspx
CodematicDemoMVC/Common/obj/Debug/ResolveAssemblyReference.cache
CodematicDemoMVC/DAL/obj/Debug/ResolveAssemblyReference.cache
CodematicDemoMVC/BLL/obj/Debug/ResolveAssemblyReference.cache
CodematicDemoMVC/WebMvc/obj/Debug/ResolveAssemblyReference.cache
CodematicDemoMVC/Model/app.config
CodematicDemoMVC/Model/bin/Debug/Maticsoft.Model.dll.config
CodematicDemoMVC/WebMvc/Views/Web.config
CodematicDemoMVC/WebMvc/Web.config
CodematicDemoMVC/WebMvc/Controllers/AccountController.cs
CodematicDemoMVC/BLL/Properties/AssemblyInfo.cs
CodematicDemoMVC/Model/Properties/AssemblyInfo.cs
CodematicDemoMVC/Common/Properties/AssemblyInfo.cs
CodematicDemoMVC/DBUtility/Properties/AssemblyInfo.cs
CodematicDemoMVC/WebMvc/Properties/AssemblyInfo.cs
CodematicDemoMVC/DAL/Properties/AssemblyInfo.cs
CodematicDemoMVC/Common/Assistant.c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org