文件名称:C#的三层框架小案例
文件大小:110KB
文件格式:ZIP
更新时间:2021-12-26 02:00:18
初学者
学生选课系统,按三层框架编写,1实体类库(Model),主要存放数据库中的表字段。2.数据访问层(DAL),主要是存放对数据类的访问,即对数据库的添加、删除、修改、更新等基本操作。3.业务逻辑层(BLL)对传送数据进行逻辑判断分折,并进行传送正确的值。
【文件预览】:
Student
----Student.DAL()
--------StuDAL.cs(597B)
--------Service References()
--------Properties()
--------Student.DAL.csproj(3KB)
--------obj()
--------bin()
----Student()
--------Form1.cs(444B)
--------Program.cs(499B)
--------Student.UI.csproj(4KB)
--------Form1.resx(13KB)
--------Properties()
--------Form1.Designer.cs(2KB)
--------App.config(231B)
--------obj()
--------bin()
----Student.suo(36KB)
----Student.sln(3KB)
----Tool()
--------Tool.csproj(2KB)
--------AccessDBHelper.cs(314B)
--------Properties()
--------obj()
--------bin()
----Student.Model()
--------ChooseModel.cs(922B)
--------StuModel.cs(734B)
--------CouModel.cs(765B)
--------Properties()
--------obj()
--------Student.Model.csproj(3KB)
--------bin()
----Student.BLL()
--------Student.BLL.csproj(3KB)
--------Class1.cs(163B)
--------Properties()
--------obj()
--------bin()