资源简介
技术相当不错,基于asp.net加sql2005,适合初学者研究学习

代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.3053
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace BusinessEntity {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
[global::System.xml.Serialization.xmlRootAttribute(“BookDS“)]
[global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class BookDS : global::System.Data.DataSet {
private BooksDataTable tableBooks;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BookDS() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
base.Tables.Collectionchanged += schemaChangedHandler;
base.Relations.Collectionchanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected BookDS(global::System.Runtime.Serialization.SerializationInfo info global::System.Runtime.Serialization.StreamingContext context) :
base(info context false) {
if ((this.IsBinarySerialized(info context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
this.Tables.Collectionchanged += schemaChangedHandler1;
this.Relations.Collectionchanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
if ((this.DetermineSchemaSerializationMode(info context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadxmlSchema(new global::System.xml.xmlTextReader(new global::System.IO.StringReader(strSchema)));
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1124 2009-04-01 20:48 BookShop\BusinessEntity\app.config
文件 90112 2009-04-02 16:04 BookShop\BusinessEntity\bin\Debug\BusinessEntity.dll
文件 1124 2009-04-01 20:48 BookShop\BusinessEntity\bin\Debug\BusinessEntity.dll.config
文件 245248 2009-04-02 16:04 BookShop\BusinessEntity\bin\Debug\BusinessEntity.pdb
文件 52848 2009-04-02 00:54 BookShop\BusinessEntity\BookDS.Designer.cs
文件 381 2009-04-02 00:54 BookShop\BusinessEntity\BookDS.xsc
文件 8746 2009-04-02 00:54 BookShop\BusinessEntity\BookDS.xsd
文件 851 2009-04-02 00:54 BookShop\BusinessEntity\BookDS.xss
文件 6400 2009-04-02 00:55 BookShop\BusinessEntity\BusinessEntity.csproj
文件 30735 2009-03-23 19:30 BookShop\BusinessEntity\CategoriesDS.Designer.cs
文件 381 2009-03-23 19:30 BookShop\BusinessEntity\CategoriesDS.xsc
文件 3966 2009-03-23 19:30 BookShop\BusinessEntity\CategoriesDS.xsd
文件 854 2009-03-23 19:30 BookShop\BusinessEntity\CategoriesDS.xss
文件 31337 2009-03-22 22:01 BookShop\BusinessEntity\CollegeDS.Designer.cs
文件 381 2009-03-22 22:01 BookShop\BusinessEntity\CollegeDS.xsc
文件 4120 2009-03-22 22:01 BookShop\BusinessEntity\CollegeDS.xsd
文件 849 2009-03-22 22:01 BookShop\BusinessEntity\CollegeDS.xss
文件 40539 2009-03-25 00:02 BookShop\BusinessEntity\DataSet1.Designer.cs
文件 381 2009-03-25 00:02 BookShop\BusinessEntity\DataSet1.xsc
文件 6843 2009-03-25 00:02 BookShop\BusinessEntity\DataSet1.xsd
文件 850 2009-03-25 00:02 BookShop\BusinessEntity\DataSet1.xss
文件 32284 2009-03-23 20:52 BookShop\BusinessEntity\MajorDS.Designer.cs
文件 381 2009-03-23 20:52 BookShop\BusinessEntity\MajorDS.xsc
文件 4350 2009-03-23 20:52 BookShop\BusinessEntity\MajorDS.xsd
文件 851 2009-03-23 20:52 BookShop\BusinessEntity\MajorDS.xss
文件 199 2009-04-02 09:24 BookShop\BusinessEntity\obj\BusinessEntity.csproj.FileList.txt
文件 631 2009-04-02 16:04 BookShop\BusinessEntity\obj\BusinessEntity.csproj.FileListAbsolute.txt
文件 90112 2009-04-02 16:04 BookShop\BusinessEntity\obj\Debug\BusinessEntity.dll
文件 245248 2009-04-02 16:04 BookShop\BusinessEntity\obj\Debug\BusinessEntity.pdb
文件 36864 2009-03-27 09:05 BookShop\BusinessEntity\obj\Debug\Refactor\BusinessEntity.dll
............此处省略427个文件信息
- 上一篇:C#项目 校园一卡通
- 下一篇:C# 学生成绩管理系统源代码
相关资源
- Asp.net学生信息管理系统源码
- asp.net C#购物车源代码
- ASP.NET实验室预约管理系统
- 020ASP.NET车辆综合管理系统.zip
- c# 高校档案信息管理系统
- asp.net中c#做的躲避小游戏,希望大家
- ASP.NET C# 工资管理系统
- ASP.NET客户管理系统(毕业设计 C#
- 在线求职系统(C#ASP.NET源码)
- asp.net 在线考试系统及论文
- ASP.Net文件上传管理源码
- C#简单三层架构,免去写增删改查
- 《OA企业办公自动化》asp.net 源码(附
- asp.netc#开发规范
- asp.net 大文件上传(带进度条)
- 通过程序自动填充并提交ASP.NET表单(
- ASP.NET 基础编程文档(PPT电子教案)
-
ASP.NET_xm
l深入编程技术 - asp.net 新闻发布系统源码(附文档以及
- asp.net 简单的Ajax应用
- asp.net 企业官网源码(附数据库)
- asp.net 花语花店销售网站源码(含数据
- ASP.NET资产管理系统源码(附数据库)
- ajax 登录(基于asp.net)
- asp.net 简单新闻发布系统源码(附数据
- asp.net新闻发布系统(源码+数据库+论
- asp.net网上购物系统源码
- ASP.NET 在浏览器中预览文件
- asp.net 生命周期
- asp.net 花语花店销售网站源码(附数据
评论
共有 条评论