基本信息
源码名称:C#.NET在线考试系统源代码
源码大小:1.28M
文件格式:.rar
开发语言:C#
更新时间:2023-06-25
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#.NET在线考试系统源代码,喜欢的来分享了
文件清单
└── 第8章在线考试系统
├── 数据库
│ └── DataBase
│ ├── ST_WebExam_log.ldf
│ └── ST_WebExam.mdf
└── 源代码
├── 在线考试系统
│ ├── ST_ExamBiz
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Microsoft.ApplicationBlocks.Data.dll
│ │ │ ├── ST_ExamBiz.dll
│ │ │ └── ST_ExamBiz.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── ST_ExamBiz.dll
│ │ │ │ ├── ST_ExamBiz.pdb
│ │ │ │ ├── ST_ExamBiz.projdata
│ │ │ │ ├── temp
│ │ │ │ └── TempPE
│ │ │ └── ST_ExamBiz.csproj.FileList.txt
│ │ ├── ST_Auth.cs
│ │ ├── ST_Course.cs
│ │ ├── ST_ExamBiz.csproj
│ │ ├── ST_ExamBiz.csproj.user
│ │ ├── ST_Identity.cs
│ │ ├── ST_Principal.cs
│ │ ├── ST_Question.cs
│ │ └── ST_User.cs
│ ├── ST_WebExam
│ │ ├── App_Code
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── Global.asax.cs
│ │ ├── bin
│ │ │ ├── Microsoft.ApplicationBlocks.Data.dll
│ │ │ ├── ST_ExamBiz.dll
│ │ │ └── ST_ExamBiz.pdb
│ │ ├── Global.asax
│ │ ├── Global.asax.resx
│ │ ├── image
│ │ │ ├── 013.jpg
│ │ │ ├── 088dj.jpg
│ │ │ ├── bgimg.jpg
│ │ │ ├── denglu.jpg
│ │ │ ├── meiq.com1.jpg
│ │ │ └── 登陆图片.psd
│ │ ├── ST_Admin
│ │ │ ├── st_courseadd.aspx
│ │ │ ├── ST_CourseAdd.aspx.cs
│ │ │ ├── ST_CourseAdd.aspx.resx
│ │ │ ├── st_course.aspx
│ │ │ ├── ST_Course.aspx.cs
│ │ │ ├── ST_Course.aspx.resx
│ │ │ ├── st_questionadd.aspx
│ │ │ ├── ST_QuestionAdd.aspx.cs
│ │ │ ├── ST_QuestionAdd.aspx.resx
│ │ │ ├── ST_Question.aspx
│ │ │ ├── ST_Question.aspx.cs
│ │ │ └── ST_Question.aspx.resx
│ │ ├── ST_Common
│ │ │ ├── ST_Admin.js
│ │ │ ├── st_bottom.ascx
│ │ │ ├── ST_Bottom.ascx.cs
│ │ │ ├── ST_Bottom.ascx.resx
│ │ │ ├── st_header.ascx
│ │ │ ├── ST_Header.ascx.cs
│ │ │ ├── ST_Header.ascx.resx
│ │ │ ├── ST_Main.aspx
│ │ │ ├── ST_Main.aspx.cs
│ │ │ ├── ST_Main.aspx.resx
│ │ │ ├── st_quit.aspx
│ │ │ ├── ST_Quit.aspx.cs
│ │ │ ├── ST_Quit.aspx.resx
│ │ │ ├── ST_User.js
│ │ │ └── ST_Welcome.htm
│ │ ├── ST_Login.aspx
│ │ ├── ST_Login.aspx.cs
│ │ ├── ST_Login.aspx.resx
│ │ ├── ST_User
│ │ │ ├── ST_Exam.aspx
│ │ │ ├── ST_Exam.aspx.cs
│ │ │ ├── ST_Exam.aspx.resx
│ │ │ ├── ST_UserAdd.aspx
│ │ │ ├── ST_UserAdd.aspx.cs
│ │ │ └── ST_UserAdd.aspx.resx
│ │ ├── ST_WebExam.sln
│ │ ├── ST_WebExam.suo
│ │ ├── style.css
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ ├── ST_WebExam.db
│ ├── ST_WebExam_log.ldf
│ ├── ST_WebExam.mdf
│ └── 说明.txt
└── 说明.txt
24 directories, 87 files
C#.NET在线考试系统源代码,喜欢的来分享了
文件清单
└── 第8章在线考试系统
├── 数据库
│ └── DataBase
│ ├── ST_WebExam_log.ldf
│ └── ST_WebExam.mdf
└── 源代码
├── 在线考试系统
│ ├── ST_ExamBiz
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Microsoft.ApplicationBlocks.Data.dll
│ │ │ ├── ST_ExamBiz.dll
│ │ │ └── ST_ExamBiz.pdb
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── ST_ExamBiz.dll
│ │ │ │ ├── ST_ExamBiz.pdb
│ │ │ │ ├── ST_ExamBiz.projdata
│ │ │ │ ├── temp
│ │ │ │ └── TempPE
│ │ │ └── ST_ExamBiz.csproj.FileList.txt
│ │ ├── ST_Auth.cs
│ │ ├── ST_Course.cs
│ │ ├── ST_ExamBiz.csproj
│ │ ├── ST_ExamBiz.csproj.user
│ │ ├── ST_Identity.cs
│ │ ├── ST_Principal.cs
│ │ ├── ST_Question.cs
│ │ └── ST_User.cs
│ ├── ST_WebExam
│ │ ├── App_Code
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── Global.asax.cs
│ │ ├── bin
│ │ │ ├── Microsoft.ApplicationBlocks.Data.dll
│ │ │ ├── ST_ExamBiz.dll
│ │ │ └── ST_ExamBiz.pdb
│ │ ├── Global.asax
│ │ ├── Global.asax.resx
│ │ ├── image
│ │ │ ├── 013.jpg
│ │ │ ├── 088dj.jpg
│ │ │ ├── bgimg.jpg
│ │ │ ├── denglu.jpg
│ │ │ ├── meiq.com1.jpg
│ │ │ └── 登陆图片.psd
│ │ ├── ST_Admin
│ │ │ ├── st_courseadd.aspx
│ │ │ ├── ST_CourseAdd.aspx.cs
│ │ │ ├── ST_CourseAdd.aspx.resx
│ │ │ ├── st_course.aspx
│ │ │ ├── ST_Course.aspx.cs
│ │ │ ├── ST_Course.aspx.resx
│ │ │ ├── st_questionadd.aspx
│ │ │ ├── ST_QuestionAdd.aspx.cs
│ │ │ ├── ST_QuestionAdd.aspx.resx
│ │ │ ├── ST_Question.aspx
│ │ │ ├── ST_Question.aspx.cs
│ │ │ └── ST_Question.aspx.resx
│ │ ├── ST_Common
│ │ │ ├── ST_Admin.js
│ │ │ ├── st_bottom.ascx
│ │ │ ├── ST_Bottom.ascx.cs
│ │ │ ├── ST_Bottom.ascx.resx
│ │ │ ├── st_header.ascx
│ │ │ ├── ST_Header.ascx.cs
│ │ │ ├── ST_Header.ascx.resx
│ │ │ ├── ST_Main.aspx
│ │ │ ├── ST_Main.aspx.cs
│ │ │ ├── ST_Main.aspx.resx
│ │ │ ├── st_quit.aspx
│ │ │ ├── ST_Quit.aspx.cs
│ │ │ ├── ST_Quit.aspx.resx
│ │ │ ├── ST_User.js
│ │ │ └── ST_Welcome.htm
│ │ ├── ST_Login.aspx
│ │ ├── ST_Login.aspx.cs
│ │ ├── ST_Login.aspx.resx
│ │ ├── ST_User
│ │ │ ├── ST_Exam.aspx
│ │ │ ├── ST_Exam.aspx.cs
│ │ │ ├── ST_Exam.aspx.resx
│ │ │ ├── ST_UserAdd.aspx
│ │ │ ├── ST_UserAdd.aspx.cs
│ │ │ └── ST_UserAdd.aspx.resx
│ │ ├── ST_WebExam.sln
│ │ ├── ST_WebExam.suo
│ │ ├── style.css
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ ├── ST_WebExam.db
│ ├── ST_WebExam_log.ldf
│ ├── ST_WebExam.mdf
│ └── 说明.txt
└── 说明.txt
24 directories, 87 files