C#三层架构实战例子

时间:2016-12-27 11:02:44
【文件属性】:

文件名称:C#三层架构实战例子

文件大小:117KB

文件格式:RAR

更新时间:2016-12-27 11:02:44

C# 三层架构

经典三层架构的案例:业务逻辑层(BLL),数据访问层(DAL),Model层,DBUtility层;适合初学者学习参考。 本例子,可能现在不是很流行,但是对于初学者来说,是一个不错的例子,这段例子是一个完整的项目,只要你的机子上有vs就可打开运行,只需要你添加一下数据库即可。


【文件预览】:
C#三层架构例子
----DAL()
--------DAL.csproj(3KB)
--------bin()
--------obj()
--------Properties()
--------Student.cs(3KB)
----DBUtility()
--------DBUtility.csproj(2KB)
--------bin()
--------obj()
--------Properties()
--------SqlHelp.cs(3KB)
----三层.suo(40KB)
----三层.sln(5KB)
----三层()
--------bin()
--------obj()
--------Properties()
--------Program.cs(4KB)
--------三层.csproj(3KB)
--------App.config(232B)
----BLL()
--------bin()
--------BLL.csproj(3KB)
--------obj()
--------Properties()
--------Student.cs(808B)
----Model()
--------StudentInfo.cs(343B)
--------bin()
--------obj()
--------Properties()
--------Model.csproj(2KB)
----sanceng()
--------bin()
--------obj()
--------Properties()
--------Program.cs(216B)
--------sanceng.csproj(2KB)

网友评论