在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 史上最好的.net三层架构进阶项目(源代码和详细文档)

史上最好的.net三层架构进阶项目(源代码和详细文档)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.06M
  • 下载次数:10
  • 浏览次数:55
  • 发布时间:2021-11-26
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
史上最好的.net三层架构进阶项目(源代码和详细文档),学好这个项目,你的.net就算全部学好了。直接从新手变为高手。(我上传的史上最好的“三层架构”大家也可以下载,都是很好的材料)我这边还有视频,要的可以找我
【实例截图】
【核心代码】
4744302542984353273.rar
├── 一个三层架构的项目(附有文档)
│   ├── 代码
│   │   └── 实训项目(最终版)
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── GenerateResource-IntelliTrace.read.12.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.13.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.15.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.17.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.18.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.1.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.4.tlog
│   │   │   ├── GenerateResource-IntelliTrace.read.8.tlog
│   │   │   ├── GenerateResource-IntelliTrace.write.1.tlog
│   │   │   ├── GenerateResource-IntelliTrace.write.4.tlog
│   │   │   ├── GenerateResource.read.155.tlog
│   │   │   └── GenerateResource.read.67.tlog
│   │   ├── PropertyManageBLL
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── PropertyManageBLL.dll
│   │   │   │   │   ├── PropertyManageBLL.pdb
│   │   │   │   │   ├── PropertyManageDAL.dll
│   │   │   │   │   ├── PropertyManageDAL.pdb
│   │   │   │   │   ├── PropertyManageModels.dll
│   │   │   │   │   └── PropertyManageModels.pdb
│   │   │   │   └── Release
│   │   │   ├── DepartmentManage.cs
│   │   │   ├── LoginManage.cs
│   │   │   ├── LoginManager刘.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PropertyManageBLL.csproj.FileListAbsolute.txt
│   │   │   │   ├── PropertyManageBLL.dll
│   │   │   │   ├── PropertyManageBLL.pdb
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── PropertyManageBLL.csproj
│   │   │   ├── PropertyManage.cs
│   │   │   ├── SystemLogManage.cs
│   │   │   ├── TransferRecordManage.cs
│   │   │   └── 保存资产类型BLL.cs
│   │   ├── PropertyManageDAL
│   │   │   ├── AdminService.cs
│   │   │   ├── AdminService刘.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── PropertyManageDAL.dll
│   │   │   │   │   ├── PropertyManageDAL.pdb
│   │   │   │   │   ├── PropertyManageModels.dll
│   │   │   │   │   └── PropertyManageModels.pdb
│   │   │   │   └── Release
│   │   │   ├── DepartmentService.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PropertyManageDAL.csproj.FileListAbsolute.txt
│   │   │   │   ├── PropertyManageDAL.dll
│   │   │   │   ├── PropertyManageDAL.pdb
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── PropertyManageDAL.csproj
│   │   │   ├── PropertyService.cs
│   │   │   ├── PropertyTypeService.cs
│   │   │   ├── SystemLogService.cs
│   │   │   ├── TransferRecordService.cs
│   │   │   ├── UserHelper.cs
│   │   │   ├── 资产类型表DAL.cs
│   │   │   ├── 资产表DAL.cs
│   │   │   └── 部门表DAL.cs
│   │   ├── PropertyManageModels
│   │   │   ├── Admin.cs
│   │   │   ├── Admin刘.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── PropertyManageModels.dll
│   │   │   │   │   └── PropertyManageModels.pdb
│   │   │   │   └── Release
│   │   │   ├── Department.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PropertyManageModels.csproj.FileListAbsolute.txt
│   │   │   │   ├── PropertyManageModels.dll
│   │   │   │   ├── PropertyManageModels.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Property.cs
│   │   │   ├── PropertyManageModels.csproj
│   │   │   ├── PropertyType.cs
│   │   │   ├── SystemLog.cs
│   │   │   ├── TransferRecord.cs
│   │   │   ├── 资产类型表.cs
│   │   │   ├── 资产表Models.cs
│   │   │   └── 部门表Models.cs
│   │   ├── WindowsFormsApplication1
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── PropertyManageBLL.dll
│   │   │   │   │   ├── PropertyManageBLL.pdb
│   │   │   │   │   ├── PropertyManageDAL.dll
│   │   │   │   │   ├── PropertyManageDAL.pdb
│   │   │   │   │   ├── PropertyManageModels.dll
│   │   │   │   │   ├── PropertyManageModels.pdb
│   │   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   │   ├── WindowsFormsApplication1.exe.config
│   │   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe
│   │   │   │   │   ├── WindowsFormsApplication1.vshost.exe.config
│   │   │   │   │   └── WindowsFormsApplication1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── PropertyManageUI.csproj.FileListAbsolute.txt
│   │   │   │   ├── PropertyManageUI.Properties.Resources.resources
│   │   │   │   ├── PropertyManageUI.登陆界面.resources
│   │   │   │   ├── PropertyManageUI.系统管理员界面.resources
│   │   │   │   ├── PropertyManageUI.资产修改.resources
│   │   │   │   ├── PropertyManageUI.资产管理员主界面.resources
│   │   │   │   ├── PropertyManageUI.资产调拨.resources
│   │   │   │   ├── PropertyManageUI.高级用户界面.resources
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── 资产管理系统DataSet1.Designer.cs.dll
│   │   │   │   │   ├── 资产管理系统DataSet2.Designer.cs.dll
│   │   │   │   │   ├── 资产管理系统DataSet3.Designer.cs.dll
│   │   │   │   │   └── 资产管理系统DataSet.Designer.cs.dll
│   │   │   │   ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   ├── WindowsFormsApplication1.exe
│   │   │   │   ├── WindowsFormsApplication1.pdb
│   │   │   │   └── WindowsFormsApplication1.登入界面.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── PropertyManageUI.csproj
│   │   │   ├── 登陆界面.cs
│   │   │   ├── 登陆界面.designer.cs
│   │   │   ├── 登陆界面.resx
│   │   │   ├── 系统管理员界面.cs
│   │   │   ├── 系统管理员界面.designer.cs
│   │   │   ├── 系统管理员界面.resx
│   │   │   ├── 资产修改.cs
│   │   │   ├── 资产修改.Designer.cs
│   │   │   ├── 资产修改.resx
│   │   │   ├── 资产管理员主界面.cs
│   │   │   ├── 资产管理员主界面.Designer.cs
│   │   │   ├── 资产管理员主界面.resx
│   │   │   ├── 资产调拨.cs
│   │   │   ├── 资产调拨.Designer.cs
│   │   │   ├── 资产调拨.resx
│   │   │   ├── 高级用户界面.cs
│   │   │   ├── 高级用户界面.designer.cs
│   │   │   └── 高级用户界面.resx
│   │   ├── WindowsFormsApplication1.sln
│   │   ├── WindowsFormsApplication1.suo
│   │   └── 资产入库数据录入.txt
│   ├── 使用说明
│   │   └── 资产管理系统使用说明书.doc
│   └── 报告
│   ├── ~$管理系统实训报告.doc
│   └── 资产管理系统实训报告.doc
├── 资产管理系统_log.ldf
└── 资产管理系统.mdf

41 directories, 140 files

标签:

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警