文件名称:C# OOP_3(三层结构+数据库+简单工厂 实现OOP)
文件大小:82KB
文件格式:RAR
更新时间:2012-03-28 08:36:29
C#三层结构+数据库+简单工厂
三层结构+数据库+简单工厂 实现OOP 数据库是MS SQL自带的Northwind里Orders表
【文件预览】:
Models
----bin()
--------Debug()
----obj()
--------Models.csproj.FileList.txt(130B)
--------Debug()
----Models.csproj(2KB)
----Employee.cs(1KB)
----ModelBase.cs(1KB)
----Properties()
--------AssemblyInfo.cs(1KB)
Web_Sample_ThreeTie
----bin()
--------DAL.dll(20KB)
--------Web_Sample_ThreeTie.dll(16KB)
--------Web_Sample_ThreeTie.pdb(14KB)
--------BLL.pdb(12KB)
--------DAL.pdb(16KB)
--------Models.dll(16KB)
--------Models.pdb(16KB)
--------BLL.dll(16KB)
----Web_Sample_ThreeTie.csproj.user(1KB)
----Web.config(1KB)
----obj()
--------Web_Sample_ThreeTie.csproj.FileList.txt(254B)
--------Debug()
----Employee.aspx(522B)
----Employee.aspx.designer.cs(1KB)
----Employee.aspx.cs(981B)
----Web_Sample_ThreeTie.csproj(4KB)
----Properties()
--------AssemblyInfo.cs(1KB)
DAL
----bin()
--------Debug()
----EmployeeVisiter.cs(2KB)
----DALBase.cs(2KB)
----obj()
--------DAL.csproj.FileList.txt(162B)
--------Debug()
----DAL.csproj(2KB)
----Properties()
--------AssemblyInfo.cs(1KB)
BLL
----bin()
--------Debug()
----EmployeeManager.cs(807B)
----obj()
--------BLL.csproj.FileList.txt(200B)
--------Debug()
----BLL.csproj(2KB)
----Properties()
--------AssemblyInfo.cs(1KB)
三层示例.sln