在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → asp.net教材实例MyPetShop

asp.net教材实例MyPetShop

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:34.54M
  • 下载次数:27
  • 浏览次数:261
  • 发布时间:2022-06-25
  • 实例类别:C#语言基础
  • 发 布 人:322411
  • 文件格式:.zip
  • 所需积分:2
 相关标签: asp.net .NET NET asp ET

实例介绍

【实例简介】asp.net教材实例MyPetShop
【实例截图】from clipboard

【核心代码】

.
├── MyPetShop
│   ├── MyPetShop.BLL
│   │   ├── CartItemService.cs
│   │   ├── CategoryService.cs
│   │   ├── CustomerService.cs
│   │   ├── MyPetShop.BLL.csproj
│   │   ├── OrderService.cs
│   │   ├── ProductService.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SupplierService.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── MyPetShop.BLL.dll
│   │   │   │   ├── MyPetShop.BLL.pdb
│   │   │   │   ├── MyPetShop.DAL.dll
│   │   │   │   ├── MyPetShop.DAL.dll.config
│   │   │   │   └── MyPetShop.DAL.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── MyPetShop.BLL.csproj.CopyComplete
│   │           ├── MyPetShop.BLL.csproj.CoreCompileInputs.cache
│   │           ├── MyPetShop.BLL.csproj.FileListAbsolute.txt
│   │           ├── MyPetShop.BLL.csprojAssemblyReference.cache
│   │           ├── MyPetShop.BLL.csprojResolveAssemblyReference.cache
│   │           ├── MyPetShop.BLL.dll
│   │           ├── MyPetShop.BLL.pdb
│   │           ├── TempPE
│   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── MyPetShop.DAL
│   │   ├── MyPetShop.DAL.csproj
│   │   ├── MyPetShop.dbml
│   │   ├── MyPetShop.dbml.layout
│   │   ├── MyPetShop.designer.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── MyPetShop.DAL.dll
│   │   │   │   ├── MyPetShop.DAL.dll.config
│   │   │   │   └── MyPetShop.DAL.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── MyPetShop.DAL.csproj.CoreCompileInputs.cache
│   │           ├── MyPetShop.DAL.csproj.FileListAbsolute.txt
│   │           ├── MyPetShop.DAL.csprojAssemblyReference.cache
│   │           ├── MyPetShop.DAL.csprojResolveAssemblyReference.cache
│   │           ├── MyPetShop.DAL.dll
│   │           ├── MyPetShop.DAL.pdb
│   │           ├── TempPE
│   │           │   └── MyPetShop.designer.cs.dll
│   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── MyPetShop.Web
│   │   ├── Admin
│   │   │   ├── AddPro.aspx
│   │   │   ├── AddPro.aspx.cs
│   │   │   ├── CategoryMaster.aspx
│   │   │   ├── CategoryMaster.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── OrderMaster.aspx
│   │   │   ├── OrderMaster.aspx.cs
│   │   │   ├── OrderSub.aspx
│   │   │   ├── OrderSub.aspx.cs
│   │   │   ├── ProductMaster.aspx
│   │   │   ├── ProductMaster.aspx.cs
│   │   │   ├── ProductSub.aspx
│   │   │   ├── ProductSub.aspx.cs
│   │   │   ├── SupplierMaster.aspx
│   │   │   ├── SupplierMaster.aspx.cs
│   │   │   └── admin账号.txt
│   │   ├── App_Code
│   │   │   ├── EmailSender.cs
│   │   │   └── SearchService.cs
│   │   ├── App_Data
│   │   │   ├── MyPetShop.mdf
│   │   │   └── MyPetShop_log.ldf
│   │   ├── App_WebReferences
│   │   │   └── WeatherServiceRef
│   │   │       ├── WeatherWebService.disco
│   │   │       ├── WeatherWebService.discomap
│   │   │       └── WeatherWebService.wsdl
│   │   ├── Bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll.refresh
│   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   │   │   ├── MyPetShop.BLL.dll
│   │   │   ├── MyPetShop.BLL.pdb
│   │   │   ├── MyPetShop.DAL.dll
│   │   │   ├── MyPetShop.DAL.pdb
│   │   │   └── roslyn
│   │   │       ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│   │   │       ├── Microsoft.Build.Tasks.CodeAnalysis.dll.refresh
│   │   │       ├── Microsoft.CSharp.Core.targets
│   │   │       ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│   │   │       ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll.refresh
│   │   │       ├── Microsoft.CodeAnalysis.CSharp.dll
│   │   │       ├── Microsoft.CodeAnalysis.CSharp.dll.refresh
│   │   │       ├── Microsoft.CodeAnalysis.Scripting.dll
│   │   │       ├── Microsoft.CodeAnalysis.Scripting.dll.refresh
│   │   │       ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │   │       ├── Microsoft.CodeAnalysis.VisualBasic.dll.refresh
│   │   │       ├── Microsoft.CodeAnalysis.dll
│   │   │       ├── Microsoft.CodeAnalysis.dll.refresh
│   │   │       ├── Microsoft.DiaSymReader.Native.amd64.dll
│   │   │       ├── Microsoft.DiaSymReader.Native.amd64.dll.refresh
│   │   │       ├── Microsoft.DiaSymReader.Native.x86.dll
│   │   │       ├── Microsoft.DiaSymReader.Native.x86.dll.refresh
│   │   │       ├── Microsoft.VisualBasic.Core.targets
│   │   │       ├── Microsoft.Win32.Primitives.dll
│   │   │       ├── Microsoft.Win32.Primitives.dll.refresh
│   │   │       ├── System.AppContext.dll
│   │   │       ├── System.AppContext.dll.refresh
│   │   │       ├── System.Collections.Immutable.dll
│   │   │       ├── System.Collections.Immutable.dll.refresh
│   │   │       ├── System.Console.dll
│   │   │       ├── System.Console.dll.refresh
│   │   │       ├── System.Diagnostics.FileVersionInfo.dll
│   │   │       ├── System.Diagnostics.FileVersionInfo.dll.refresh
│   │   │       ├── System.Diagnostics.Process.dll
│   │   │       ├── System.Diagnostics.Process.dll.refresh
│   │   │       ├── System.Diagnostics.StackTrace.dll
│   │   │       ├── System.Diagnostics.StackTrace.dll.refresh
│   │   │       ├── System.IO.Compression.dll
│   │   │       ├── System.IO.Compression.dll.refresh
│   │   │       ├── System.IO.FileSystem.DriveInfo.dll
│   │   │       ├── System.IO.FileSystem.DriveInfo.dll.refresh
│   │   │       ├── System.IO.FileSystem.Primitives.dll
│   │   │       ├── System.IO.FileSystem.Primitives.dll.refresh
│   │   │       ├── System.IO.FileSystem.dll
│   │   │       ├── System.IO.FileSystem.dll.refresh
│   │   │       ├── System.IO.Pipes.dll
│   │   │       ├── System.IO.Pipes.dll.refresh
│   │   │       ├── System.Reflection.Metadata.dll
│   │   │       ├── System.Reflection.Metadata.dll.refresh
│   │   │       ├── System.Security.AccessControl.dll
│   │   │       ├── System.Security.AccessControl.dll.refresh
│   │   │       ├── System.Security.Claims.dll
│   │   │       ├── System.Security.Claims.dll.refresh
│   │   │       ├── System.Security.Cryptography.Algorithms.dll
│   │   │       ├── System.Security.Cryptography.Algorithms.dll.refresh
│   │   │       ├── System.Security.Cryptography.Encoding.dll
│   │   │       ├── System.Security.Cryptography.Encoding.dll.refresh
│   │   │       ├── System.Security.Cryptography.Primitives.dll
│   │   │       ├── System.Security.Cryptography.Primitives.dll.refresh
│   │   │       ├── System.Security.Cryptography.X509Certificates.dll
│   │   │       ├── System.Security.Cryptography.X509Certificates.dll.refresh
│   │   │       ├── System.Security.Principal.Windows.dll
│   │   │       ├── System.Security.Principal.Windows.dll.refresh
│   │   │       ├── System.Text.Encoding.CodePages.dll
│   │   │       ├── System.Text.Encoding.CodePages.dll.refresh
│   │   │       ├── System.Threading.Thread.dll
│   │   │       ├── System.Threading.Thread.dll.refresh
│   │   │       ├── System.ValueTuple.dll
│   │   │       ├── System.ValueTuple.dll.refresh
│   │   │       ├── System.Xml.ReaderWriter.dll
│   │   │       ├── System.Xml.ReaderWriter.dll.refresh
│   │   │       ├── System.Xml.XPath.XDocument.dll
│   │   │       ├── System.Xml.XPath.XDocument.dll.refresh
│   │   │       ├── System.Xml.XPath.dll
│   │   │       ├── System.Xml.XPath.dll.refresh
│   │   │       ├── System.Xml.XmlDocument.dll
│   │   │       ├── System.Xml.XmlDocument.dll.refresh
│   │   │       ├── VBCSCompiler.exe
│   │   │       ├── VBCSCompiler.exe.config
│   │   │       ├── VBCSCompiler.exe.refresh
│   │   │       ├── csc.exe
│   │   │       ├── csc.exe.config
│   │   │       ├── csc.exe.refresh
│   │   │       ├── csc.rsp
│   │   │       ├── csi.exe
│   │   │       ├── csi.exe.config
│   │   │       ├── csi.exe.refresh
│   │   │       ├── csi.rsp
│   │   │       ├── vbc.exe
│   │   │       ├── vbc.exe.config
│   │   │       ├── vbc.exe.refresh
│   │   │       └── vbc.rsp
│   │   ├── ChangePwd.aspx
│   │   ├── ChangePwd.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── GetPwd.aspx
│   │   ├── GetPwd.aspx.cs
│   │   ├── Global.asax
│   │   ├── Images
│   │   │   ├── arrow.gif
│   │   │   ├── close.gif
│   │   │   ├── google_logo.gif
│   │   │   ├── logo.gif
│   │   │   ├── maxsize.gif
│   │   │   ├── minsize.gif
│   │   │   ├── new_flash.gif
│   │   │   ├── searchbutton.gif
│   │   │   ├── spacer.gif
│   │   │   ├── weather
│   │   │   │   ├── 0.gif
│   │   │   │   ├── 1.gif
│   │   │   │   ├── 10.gif
│   │   │   │   ├── 11.gif
│   │   │   │   ├── 12.gif
│   │   │   │   ├── 13.gif
│   │   │   │   ├── 14.gif
│   │   │   │   ├── 15.gif
│   │   │   │   ├── 16.gif
│   │   │   │   ├── 17.gif
│   │   │   │   ├── 18.gif
│   │   │   │   ├── 19.gif
│   │   │   │   ├── 2.gif
│   │   │   │   ├── 20.gif
│   │   │   │   ├── 21.gif
│   │   │   │   ├── 22.gif
│   │   │   │   ├── 23.gif
│   │   │   │   ├── 24.gif
│   │   │   │   ├── 25.gif
│   │   │   │   ├── 26.gif
│   │   │   │   ├── 27.gif
│   │   │   │   ├── 28.gif
│   │   │   │   ├── 29.gif
│   │   │   │   ├── 3.gif
│   │   │   │   ├── 30.gif
│   │   │   │   ├── 31.gif
│   │   │   │   ├── 4.gif
│   │   │   │   ├── 5.gif
│   │   │   │   ├── 6.gif
│   │   │   │   ├── 7.gif
│   │   │   │   ├── 8.gif
│   │   │   │   ├── 9.gif
│   │   │   │   ├── Read me.txt
│   │   │   │   ├── a_0.gif
│   │   │   │   ├── a_1.gif
│   │   │   │   ├── a_10.gif
│   │   │   │   ├── a_11.gif
│   │   │   │   ├── a_12.gif
│   │   │   │   ├── a_13.gif
│   │   │   │   ├── a_14.gif
│   │   │   │   ├── a_15.gif
│   │   │   │   ├── a_16.gif
│   │   │   │   ├── a_17.gif
│   │   │   │   ├── a_18.gif
│   │   │   │   ├── a_19.gif
│   │   │   │   ├── a_2.gif
│   │   │   │   ├── a_20.gif
│   │   │   │   ├── a_21.gif
│   │   │   │   ├── a_22.gif
│   │   │   │   ├── a_23.gif
│   │   │   │   ├── a_24.gif
│   │   │   │   ├── a_25.gif
│   │   │   │   ├── a_26.gif
│   │   │   │   ├── a_27.gif
│   │   │   │   ├── a_28.gif
│   │   │   │   ├── a_29.gif
│   │   │   │   ├── a_3.gif
│   │   │   │   ├── a_30.gif
│   │   │   │   ├── a_31.gif
│   │   │   │   ├── a_4.gif
│   │   │   │   ├── a_5.gif
│   │   │   │   ├── a_6.gif
│   │   │   │   ├── a_7.gif
│   │   │   │   ├── a_8.gif
│   │   │   │   ├── a_9.gif
│   │   │   │   ├── a_nothing.gif
│   │   │   │   ├── b_0.gif
│   │   │   │   ├── b_1.gif
│   │   │   │   ├── b_10.gif
│   │   │   │   ├── b_11.gif
│   │   │   │   ├── b_12.gif
│   │   │   │   ├── b_13.gif
│   │   │   │   ├── b_14.gif
│   │   │   │   ├── b_15.gif
│   │   │   │   ├── b_16.gif
│   │   │   │   ├── b_17.gif
│   │   │   │   ├── b_18.gif
│   │   │   │   ├── b_19.gif
│   │   │   │   ├── b_2.gif
│   │   │   │   ├── b_20.gif
│   │   │   │   ├── b_21.gif
│   │   │   │   ├── b_22.gif
│   │   │   │   ├── b_23.gif
│   │   │   │   ├── b_24.gif
│   │   │   │   ├── b_25.gif
│   │   │   │   ├── b_26.gif
│   │   │   │   ├── b_27.gif
│   │   │   │   ├── b_28.gif
│   │   │   │   ├── b_29.gif
│   │   │   │   ├── b_3.gif
│   │   │   │   ├── b_30.gif
│   │   │   │   ├── b_31.gif
│   │   │   │   ├── b_4.gif
│   │   │   │   ├── b_5.gif
│   │   │   │   ├── b_6.gif
│   │   │   │   ├── b_7.gif
│   │   │   │   ├── b_8.gif
│   │   │   │   ├── b_9.gif
│   │   │   │   ├── b_nothing.gif
│   │   │   │   ├── nothing.gif
│   │   │   │   ├── r_b.gif
│   │   │   │   ├── r_t1.gif
│   │   │   │   ├── tem1.gif
│   │   │   │   ├── tem2.gif
│   │   │   │   ├── tem3.gif
│   │   │   │   ├── tem4.gif
│   │   │   │   └── tem5.gif
│   │   │   └── xml.gif
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── Map.aspx
│   │   ├── Map.aspx.cs
│   │   ├── MasterPage.master
│   │   ├── MasterPage.master.cs
│   │   ├── NewUser.aspx
│   │   ├── NewUser.aspx.cs
│   │   ├── OrderList.aspx
│   │   ├── OrderList.aspx.cs
│   │   ├── ProShow.aspx
│   │   ├── ProShow.aspx.cs
│   │   ├── Prod_Images
│   │   │   ├── Backyard
│   │   │   │   ├── 200944162331icon-cat.gif
│   │   │   │   ├── cat.gif
│   │   │   │   └── zebra.gif
│   │   │   ├── Birds
│   │   │   │   ├── domestic.gif
│   │   │   │   └── flowerloving.gif
│   │   │   ├── Bugs
│   │   │   │   ├── ant.gif
│   │   │   │   └── butterfly.gif
│   │   │   ├── Endangered
│   │   │   │   ├── 201822694011icon-panda.gif
│   │   │   │   ├── panda.gif
│   │   │   │   └── pointy.gif
│   │   │   └── Fish
│   │   │       ├── 20182484834default.jpg
│   │   │       ├── eucalyptus.gif
│   │   │       └── meno.gif
│   │   ├── Scripts
│   │   │   ├── jquery-3.2.1.min.js
│   │   │   └── jquery-3.2.1.min.map
│   │   ├── Search.aspx
│   │   ├── Search.aspx.cs
│   │   ├── SearchService.asmx
│   │   ├── ShopCart.aspx
│   │   ├── ShopCart.aspx.cs
│   │   ├── Sql
│   │   │   └── MyPetShop.sql
│   │   ├── Styles
│   │   │   ├── Style.css
│   │   │   ├── Weather.css
│   │   │   └── bootstrap.css
│   │   ├── SubmitCart.aspx
│   │   ├── SubmitCart.aspx.cs
│   │   ├── UserControl
│   │   │   ├── AutoShow.ascx
│   │   │   ├── AutoShow.ascx.cs
│   │   │   ├── Category.ascx
│   │   │   ├── Category.ascx.cs
│   │   │   ├── NewProduct.ascx
│   │   │   ├── NewProduct.ascx.cs
│   │   │   ├── PetTree.ascx
│   │   │   ├── PetTree.ascx.cs
│   │   │   ├── SiteMap.ascx
│   │   │   ├── SiteMap.ascx.cs
│   │   │   ├── UserStatus.ascx
│   │   │   ├── UserStatus.ascx.cs
│   │   │   ├── Weather.ascx
│   │   │   └── Weather.ascx.cs
│   │   ├── Weather.aspx
│   │   ├── Weather.aspx.cs
│   │   ├── Web.config
│   │   ├── Web.debug.config
│   │   ├── Web.sitemap
│   │   ├── packages.config
│   │   ├── vwd.webinfo
│   │   └── 备用素材
│   │       ├── Backyard
│   │       │   ├── icon-cat.gif
│   │       │   ├── icon-crab.gif
│   │       │   ├── icon-goose.gif
│   │       │   ├── icon-raccoon.gif
│   │       │   ├── icon-sheep.gif
│   │       │   ├── icon-skunk.gif
│   │       │   ├── icon-zebra.gif
│   │       │   ├── item-cat-patterned.gif
│   │       │   ├── item-cat-transparent.gif
│   │       │   ├── item-cat-uncolored.gif
│   │       │   ├── item-crab-dotted.gif
│   │       │   ├── item-crab-orange.gif
│   │       │   ├── item-crab-red.gif
│   │       │   ├── item-goose-feathered.gif
│   │       │   ├── item-goose-plucked.gif
│   │       │   ├── item-raccoon-hairy-tongue.gif
│   │       │   ├── item-raccoon-long-tongue.gif
│   │       │   ├── item-raccoon-rough-tongue.gif
│   │       │   ├── item-sheep-fuzzy.gif
│   │       │   ├── item-sheep-ironed.gif
│   │       │   ├── item-skunk-bad-smell.gif
│   │       │   ├── item-skunk-really-bad-smell.gif
│   │       │   ├── item-skunk-worst-smell.gif
│   │       │   ├── item-zebra-large.gif
│   │       │   ├── item-zebra-medium.gif
│   │       │   ├── item-zebra-small.gif
│   │       │   └── item-zebra-tiny.gif
│   │       ├── Birds
│   │       │   ├── icon-Duck.gif
│   │       │   ├── icon-Owl.gif
│   │       │   ├── icon-Pelican.gif
│   │       │   ├── icon-Penguin.gif
│   │       │   ├── icon-Pteranodon.gif
│   │       │   ├── item-duck-domestic.gif
│   │       │   ├── item-duck-wild.gif
│   │       │   ├── item-owl-day.gif
│   │       │   ├── item-owl-night.gif
│   │       │   ├── item-pelican-flowerloving.gif
│   │       │   ├── item-pelican-grassloving.gif
│   │       │   ├── item-penguine-adventurous.gif
│   │       │   ├── item-penguine-homey.gif
│   │       │   ├── item-pteranodon-ancient.gif
│   │       │   └── item-pteranodon-old.gif
│   │       ├── Bugs
│   │       │   ├── icon-ant.gif
│   │       │   ├── icon-butterfly.gif
│   │       │   ├── icon-dragonfly.gif
│   │       │   ├── icon-frog.gif
│   │       │   ├── icon-slug.gif
│   │       │   ├── icon-spider.gif
│   │       │   ├── item-ant-queen.gif
│   │       │   ├── item-ant-soldier.gif
│   │       │   ├── item-ant-worker.gif
│   │       │   ├── item-butterfly-adult.gif
│   │       │   ├── item-butterfly-larva.gif
│   │       │   ├── item-butterfly-pupa.gif
│   │       │   ├── item-dragonfly-omnivore.gif
│   │       │   ├── item-dragonfly-vegan.gif
│   │       │   ├── item-dragonfly-vegetarian.gif
│   │       │   ├── item-frog-false.gif
│   │       │   ├── item-frog-true.gif
│   │       │   ├── item-slug-habitat.gif
│   │       │   ├── item-slug-naked.gif
│   │       │   ├── item-spider-Aranielladisplicata.gif
│   │       │   └── item-spider-Dysderacrocata.gif
│   │       ├── Endangered
│   │       │   ├── icon-dino.gif
│   │       │   ├── icon-fish.gif
│   │       │   ├── icon-panda.gif
│   │       │   ├── icon-pet.gif
│   │       │   ├── icon-skeleton.gif
│   │       │   ├── item-dino-pointy.gif
│   │       │   ├── item-dino-shaved.gif
│   │       │   ├── item-dino-spiky.gif
│   │       │   ├── item-fish-caught.gif
│   │       │   ├── item-fish-drunk.gif
│   │       │   ├── item-fish-lost.gif
│   │       │   ├── item-panda-exclusive.gif
│   │       │   ├── item-pet-kitty.gif
│   │       │   ├── item-pet-rover.gif
│   │       │   ├── item-pet-thumper.gif
│   │       │   ├── item-skeleton-aphrodite.gif
│   │       │   ├── item-skeleton-female.gif
│   │       │   ├── item-skeleton-hermaphrodite.gif
│   │       │   └── item-skeleton-male.gif
│   │       └── Fish
│   │           ├── icon-Ballonfish.gif
│   │           ├── icon-Blindfish.gif
│   │           ├── icon-crabfish.gif
│   │           ├── icon-eucalyptus.gif
│   │           ├── icon-meno.gif
│   │           ├── icon-misterno.gif
│   │           ├── icon-nosyfish.gif
│   │           ├── icon-toothferry.gif
│   │           ├── item-MisterNo-black.gif
│   │           ├── item-MisterNo-sable.gif
│   │           ├── item-MisterNo-sepia.gif
│   │           ├── item-balloon-extra-stretch.gif
│   │           ├── item-balloon-flammable.gif
│   │           ├── item-balloon-natural.gif
│   │           ├── item-blindfish-blind.gif
│   │           ├── item-blindfish-farsighted.gif
│   │           ├── item-blindfish-shortsighted.gif
│   │           ├── item-crabfish-ballet.gif
│   │           ├── item-crabfish-ballroom.gif
│   │           ├── item-crabfish-tabdance.gif
│   │           ├── item-eucalyptus-longarms.gif
│   │           ├── item-eucalyptus-shortarms.gif
│   │           ├── item-meno-camouflage.gif
│   │           ├── item-meno-happy.gif
│   │           ├── item-meno-worried.gif
│   │           ├── item-nosyfish-beastly.gif
│   │           ├── item-nosyfish-invidious.gif
│   │           ├── item-nosyfish-mean.gif
│   │           ├── item-nosyfish-sneaky.gif
│   │           ├── item-toothferry-toothless.gif
│   │           └── item-toothferry-withteeth.gif
│   ├── MyPetShop.sln
│   └── packages
│       ├── AjaxControlToolkit.18.1.0
│       │   ├── AjaxControlToolkit.18.1.0.nupkg
│       │   ├── Content
│       │   │   └── Web.config.transform
│       │   ├── lib
│       │   │   └── net40
│       │   │       └── AjaxControlToolkit.dll
│       │   └── readme.txt
│       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7
│       │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7.nupkg
│       │   ├── build
│       │   │   └── net45
│       │   │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│       │   ├── content
│       │   │   ├── net45
│       │   │   │   ├── web.config.install.xdt
│       │   │   │   └── web.config.uninstall.xdt
│       │   │   └── net46
│       │   │       ├── web.config.install.xdt
│       │   │       └── web.config.uninstall.xdt
│       │   ├── lib
│       │   │   └── net45
│       │   │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│       │   │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│       │   └── tools
│       │       └── net45
│       │           ├── install.ps1
│       │           └── uninstall.ps1
│       ├── Microsoft.Data.Edm.5.2.0
│       │   ├── Microsoft.Data.Edm.5.2.0.nupkg
│       │   └── lib
│       │       ├── net40
│       │       │   ├── Microsoft.Data.Edm.dll
│       │       │   ├── Microsoft.Data.Edm.xml
│       │       │   ├── de
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── es
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── fr
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── it
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── ja
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── ko
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── ru
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   ├── zh-Hans
│       │       │   │   └── Microsoft.Data.Edm.resources.dll
│       │       │   └── zh-Hant
│       │       │       └── Microsoft.Data.Edm.resources.dll
│       │       └── sl4
│       │           ├── Microsoft.Data.Edm.SL.dll
│       │           ├── Microsoft.Data.Edm.SL.xml
│       │           ├── de
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── es
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── fr
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── it
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── ja
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── ko
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── ru
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           ├── zh-Hans
│       │           │   └── Microsoft.Data.Edm.SL.resources.dll
│       │           └── zh-Hant
│       │               └── Microsoft.Data.Edm.SL.resources.dll
│       ├── Microsoft.Data.OData.5.2.0
│       │   ├── Microsoft.Data.OData.5.2.0.nupkg
│       │   └── lib
│       │       ├── net40
│       │       │   ├── Microsoft.Data.OData.dll
│       │       │   ├── Microsoft.Data.OData.xml
│       │       │   ├── de
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── es
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── fr
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── it
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── ja
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── ko
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── ru
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   ├── zh-Hans
│       │       │   │   └── Microsoft.Data.OData.resources.dll
│       │       │   └── zh-Hant
│       │       │       └── Microsoft.Data.OData.resources.dll
│       │       └── sl4
│       │           ├── Microsoft.Data.OData.SL.dll
│       │           ├── Microsoft.Data.OData.SL.xml
│       │           ├── de
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── es
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── fr
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── it
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── ja
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── ko
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── ru
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           ├── zh-Hans
│       │           │   └── Microsoft.Data.OData.SL.resources.dll
│       │           └── zh-Hant
│       │               └── Microsoft.Data.OData.SL.resources.dll
│       ├── Microsoft.Net.Compilers.2.1.0
│       │   ├── Microsoft.Net.Compilers.2.1.0.nupkg
│       │   ├── ThirdPartyNotices.rtf
│       │   ├── build
│       │   │   └── Microsoft.Net.Compilers.props
│       │   └── tools
│       │       ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│       │       ├── Microsoft.CSharp.Core.targets
│       │       ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│       │       ├── Microsoft.CodeAnalysis.CSharp.dll
│       │       ├── Microsoft.CodeAnalysis.Scripting.dll
│       │       ├── Microsoft.CodeAnalysis.VisualBasic.dll
│       │       ├── Microsoft.CodeAnalysis.dll
│       │       ├── Microsoft.DiaSymReader.Native.amd64.dll
│       │       ├── Microsoft.DiaSymReader.Native.x86.dll
│       │       ├── Microsoft.VisualBasic.Core.targets
│       │       ├── Microsoft.Win32.Primitives.dll
│       │       ├── System.AppContext.dll
│       │       ├── System.Collections.Immutable.dll
│       │       ├── System.Console.dll
│       │       ├── System.Diagnostics.FileVersionInfo.dll
│       │       ├── System.Diagnostics.Process.dll
│       │       ├── System.Diagnostics.StackTrace.dll
│       │       ├── System.IO.Compression.dll
│       │       ├── System.IO.FileSystem.DriveInfo.dll
│       │       ├── System.IO.FileSystem.Primitives.dll
│       │       ├── System.IO.FileSystem.dll
│       │       ├── System.IO.Pipes.dll
│       │       ├── System.Reflection.Metadata.dll
│       │       ├── System.Security.AccessControl.dll
│       │       ├── System.Security.Claims.dll
│       │       ├── System.Security.Cryptography.Algorithms.dll
│       │       ├── System.Security.Cryptography.Encoding.dll
│       │       ├── System.Security.Cryptography.Primitives.dll
│       │       ├── System.Security.Cryptography.X509Certificates.dll
│       │       ├── System.Security.Principal.Windows.dll
│       │       ├── System.Text.Encoding.CodePages.dll
│       │       ├── System.Threading.Thread.dll
│       │       ├── System.ValueTuple.dll
│       │       ├── System.Xml.ReaderWriter.dll
│       │       ├── System.Xml.XPath.XDocument.dll
│       │       ├── System.Xml.XPath.dll
│       │       ├── System.Xml.XmlDocument.dll
│       │       ├── VBCSCompiler.exe
│       │       ├── VBCSCompiler.exe.config
│       │       ├── csc.exe
│       │       ├── csc.exe.config
│       │       ├── csc.rsp
│       │       ├── csi.exe
│       │       ├── csi.exe.config
│       │       ├── csi.rsp
│       │       ├── vbc.exe
│       │       ├── vbc.exe.config
│       │       └── vbc.rsp
│       ├── System.Spatial.5.2.0
│       │   ├── System.Spatial.5.2.0.nupkg
│       │   └── lib
│       │       ├── net40
│       │       │   ├── System.Spatial.dll
│       │       │   ├── System.Spatial.xml
│       │       │   ├── de
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── es
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── fr
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── it
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── ja
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── ko
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── ru
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   ├── zh-Hans
│       │       │   │   └── System.Spatial.resources.dll
│       │       │   └── zh-Hant
│       │       │       └── System.Spatial.resources.dll
│       │       └── sl4
│       │           ├── System.Spatial.SL.dll
│       │           ├── System.Spatial.SL.xml
│       │           ├── de
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── es
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── fr
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── it
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── ja
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── ko
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── ru
│       │           │   └── System.Spatial.SL.resources.dll
│       │           ├── zh-Hans
│       │           │   └── System.Spatial.SL.resources.dll
│       │           └── zh-Hant
│       │               └── System.Spatial.SL.resources.dll
│       └── jQuery.3.2.1
│           ├── Content
│           │   └── Scripts
│           │       ├── jquery-3.2.1-vsdoc.js
│           │       ├── jquery-3.2.1.js
│           │       ├── jquery-3.2.1.min.js
│           │       ├── jquery-3.2.1.min.map
│           │       ├── jquery-3.2.1.slim.js
│           │       ├── jquery-3.2.1.slim.min.js
│           │       └── jquery-3.2.1.slim.min.map
│           ├── Tools
│           │   ├── common.ps1
│           │   ├── install.ps1
│           │   ├── jquery-3.2.1.intellisense.js
│           │   └── uninstall.ps1
│           └── jQuery.3.2.1.nupkg
└── asp.net教材实例MyPetShop.zip

131 directories, 610 files


标签: asp.net .NET NET asp ET

实例下载地址

asp.net教材实例MyPetShop

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警