三层架构 asp.net网上书店BookShop适合初学者研究学习.rar


技术相当不错,基于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  BookShopBusinessEntityapp.config

     文件      90112  2009-04-02 16:04  BookShopBusinessEntityinDebugBusinessEntity.dll

     文件       1124  2009-04-01 20:48  BookShopBusinessEntityinDebugBusinessEntity.dll.config

     文件     245248  2009-04-02 16:04  BookShopBusinessEntityinDebugBusinessEntity.pdb

     文件      52848  2009-04-02 00:54  BookShopBusinessEntityBookDS.Designer.cs

     文件        381  2009-04-02 00:54  BookShopBusinessEntityBookDS.xsc

     文件       8746  2009-04-02 00:54  BookShopBusinessEntityBookDS.xsd

     文件        851  2009-04-02 00:54  BookShopBusinessEntityBookDS.xss

     文件       6400  2009-04-02 00:55  BookShopBusinessEntityBusinessEntity.csproj

     文件      30735  2009-03-23 19:30  BookShopBusinessEntityCategoriesDS.Designer.cs

     文件        381  2009-03-23 19:30  BookShopBusinessEntityCategoriesDS.xsc

     文件       3966  2009-03-23 19:30  BookShopBusinessEntityCategoriesDS.xsd

     文件        854  2009-03-23 19:30  BookShopBusinessEntityCategoriesDS.xss

     文件      31337  2009-03-22 22:01  BookShopBusinessEntityCollegeDS.Designer.cs

     文件        381  2009-03-22 22:01  BookShopBusinessEntityCollegeDS.xsc

     文件       4120  2009-03-22 22:01  BookShopBusinessEntityCollegeDS.xsd

     文件        849  2009-03-22 22:01  BookShopBusinessEntityCollegeDS.xss

     文件      40539  2009-03-25 00:02  BookShopBusinessEntityDataSet1.Designer.cs

     文件        381  2009-03-25 00:02  BookShopBusinessEntityDataSet1.xsc

     文件       6843  2009-03-25 00:02  BookShopBusinessEntityDataSet1.xsd

     文件        850  2009-03-25 00:02  BookShopBusinessEntityDataSet1.xss

     文件      32284  2009-03-23 20:52  BookShopBusinessEntityMajorDS.Designer.cs

     文件        381  2009-03-23 20:52  BookShopBusinessEntityMajorDS.xsc

     文件       4350  2009-03-23 20:52  BookShopBusinessEntityMajorDS.xsd

     文件        851  2009-03-23 20:52  BookShopBusinessEntityMajorDS.xss

     文件        199  2009-04-02 09:24  BookShopBusinessEntityobjBusinessEntity.csproj.FileList.txt

     文件        631  2009-04-02 16:04  BookShopBusinessEntityobjBusinessEntity.csproj.FileListAbsolute.txt

     文件      90112  2009-04-02 16:04  BookShopBusinessEntityobjDebugBusinessEntity.dll

     文件     245248  2009-04-02 16:04  BookShopBusinessEntityobjDebugBusinessEntity.pdb

     文件      36864  2009-03-27 09:05  BookShopBusinessEntityobjDebugRefactorBusinessEntity.dll

............此处省略427个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)