Introduction - If you have any usage issues, please Google them yourself
Three-tier architecture and design patterns (abstract factory implementation)
1. The three layer architecture implementation, the presentation layer (WebUI) is separated from the data access layer (DAL), using the business logic for processing (BLL), avoids expose data information to the presentation layer, thus providing the performance of the program, using the business logic processing and presentation layer to interact,
The presentation layer needs, through the business logic processing, convey information to the data access layer to carry on the processing, the processed information from the business logic and back to the presentation layer, in the whole process, business logic layer played a bridge role in the middle. In the business logic layer, no
The implementation of AD0.net and SQL statements appears.
2. The abstract factory design pattern, increase the consistency between programs, ensure that the database change, will not affect the program change, between any of the changes between layers, will not affect the change of is a program, just change one of the layers.
Packet : 9927445dalfactory.rar filelist
DALFactory\BLL\BLL.csproj
DALFactory\BLL\ClassManager.cs
DALFactory\BLL\GradeManager.cs
DALFactory\BLL\LoginManager.cs
DALFactory\BLL\obj\BLL.csproj.FileList.txt
DALFactory\BLL\Properties\AssemblyInfo.cs
DALFactory\BLL\StudentManager.cs
DALFactory\DAL\Access\AdminService.cs
DALFactory\DAL\Access\ClassService.cs
DALFactory\DAL\Access\DBHelper.cs
DALFactory\DAL\Access\GradeService.cs
DALFactory\DAL\Access\StudentService.cs
DALFactory\DAL\DAL.csproj
DALFactory\DAL\obj\DAL.csproj.FileList.txt
DALFactory\DAL\Properties\AssemblyInfo.cs
DALFactory\DAL\SqlServer\AdminService.cs
DALFactory\DAL\SqlServer\ClassService.cs
DALFactory\DAL\SqlServer\DBHelper.cs
DALFactory\DAL\SqlServer\GradeService.cs
DALFactory\DAL\SqlServer\StudentService.cs
DALFactory\DALFactory\AbstractDALFactory.cs
DALFactory\DALFactory\AccessDALFactory.cs
DALFactory\DALFactory\App.config
DALFactory\DALFactory\DALFactory.csproj
DALFactory\DALFactory\obj\DALFactory.csproj.FileList.txt
DALFactory\DALFactory\Properties\AssemblyInfo.cs
DALFactory\DALFactory\SqlDALFactory.cs
DALFactory\DALFactory.sln
DALFactory\DALFactory.suo
DALFactory\IDALFactory\IAdminService.cs
DALFactory\IDALFactory\IClassService.cs
DALFactory\IDALFactory\IDALFactory.csproj
DALFactory\IDALFactory\IGradeService.cs
DALFactory\IDALFactory\IStudentService.cs
DALFactory\IDALFactory\obj\IDALFactory.csproj.FileList.txt
DALFactory\IDALFactory\Properties\AssemblyInfo.cs
DALFactory\Models\Admin.cs
DALFactory\Models\Class.cs
DALFactory\Models\Grade.cs
DALFactory\Models\Models.csproj
DALFactory\Models\obj\Models.csproj.FileList.txt
DALFactory\Models\Properties\AssemblyInfo.cs
DALFactory\Models\Student.cs
DALFactory\使用说明.txt
DALFactory\BLL\bin\Debug
DALFactory\BLL\obj\Debug
DALFactory\DAL\bin\Debug
DALFactory\DAL\obj\Debug
DALFactory\DALFactory\bin\Debug
DALFactory\DALFactory\obj\Debug
DALFactory\IDALFactory\bin\Debug
DALFactory\IDALFactory\obj\Debug
DALFactory\Models\bin\Debug
DALFactory\Models\obj\Debug
DALFactory\BLL\bin
DALFactory\BLL\obj
DALFactory\BLL\Properties
DALFactory\DAL\Access
DALFactory\DAL\bin
DALFactory\DAL\obj
DALFactory\DAL\Properties
DALFactory\DAL\SqlServer
DALFactory\DALFactory\bin
DALFactory\DALFactory\obj
DALFactory\DALFactory\Properties
DALFactory\IDALFactory\bin
DALFactory\IDALFactory\obj
DALFactory\IDALFactory\Properties
DALFactory\Models\bin
DALFactory\Models\obj
DALFactory\Models\Properties
DALFactory\BLL
DALFactory\DAL
DALFactory\DALFactory
DALFactory\IDALFactory
DALFactory\Models
DALFactory