文件名称:项目:基于Sqlite数据库的asp.net三层架构示例
文件大小:1.78MB
文件格式:ZIP
更新时间:2013-04-24 17:13:04
sqlite,三层架构
项目:基于Sqlite数据库的asp.net三层架构示例 开发:walkingp 时间:2010-4-4 主页:http://www.51obj.cn/ 说明:本来是要做权限管理系统的,但时间太短,就打了一个架构。希望多多包涵。:)
【文件预览】:
DAL
----UserServices.cs(4KB)
----DAL.csproj(3KB)
----bin()
--------Debug()
----obj()
--------Debug()
--------DAL.csproj.FileListAbsolute.txt(1KB)
----Properties()
--------AssemblyInfo.cs(1KB)
----RoleServices.cs(1KB)
Read me.txt
PermissionDemo.suo
BLL
----RoleManager.cs(530B)
----bin()
--------Debug()
----BLL.csproj(2KB)
----obj()
--------BLL.csproj.FileListAbsolute.txt(1KB)
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----UserManager.cs(1KB)
Model
----Role.cs(701B)
----bin()
--------Debug()
----obj()
--------Model.csproj.FileListAbsolute.txt(656B)
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----User.cs(1KB)
----Model.csproj(2KB)
DALUtility
----SqliteHelper.cs(6KB)
----bin()
--------Debug()
----obj()
--------DALUtility.csproj.FileListAbsolute.txt(842B)
--------Debug()
----Properties()
--------AssemblyInfo.cs(1KB)
----DALUtility.csproj(2KB)
----Class1.cs(142B)
----SqlConnString.cs(476B)
PermissionDemo.sln
Web
----App_Code()
----Web.Config(2KB)
----App_Data()
--------UserPermission.sqlite(4KB)
----Default.aspx(749B)
----Default.aspx.cs(1KB)
----Bin()
--------System.Data.SQLite.dll(866KB)
--------Wang.BLL.dll(16KB)
--------Wang.DAL.dll(20KB)
--------Wang.BLL.pdb(14KB)
--------Wang.Model.dll(16KB)
--------Wang.DALUtility.pdb(18KB)
--------Wang.DAL.pdb(18KB)
--------Wang.DALUtility.dll(20KB)
--------Wang.Model.pdb(16KB)