基本信息
源码名称:C#零食系统-零食管理源码
源码大小:57.85M
文件格式:.zip
开发语言:C#
更新时间:2022-10-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

C#零食系统-零食管理源码

MVC EF SQL



.
├── 4大三-零食系统-零食管理
│   ├── 4大三-零食系统-零食管理
│   │   ├── 4大三-零食系统-零食管理
│   │   │   ├── 4大三-零食系统-零食管理.csproj
│   │   │   ├── 4大三-零食系统-零食管理.csproj.user
│   │   │   ├── App_Data
│   │   │   ├── App_Start
│   │   │   │   ├── BundleConfig.cs
│   │   │   │   ├── FilterConfig.cs
│   │   │   │   └── RouteConfig.cs
│   │   │   ├── Content
│   │   │   │   ├── Site.css
│   │   │   │   ├── bootstrap-theme.css
│   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   ├── bootstrap-theme.min.css.map
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── bootstrap.css.map
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   └── bootstrap.min.css.map
│   │   │   ├── Controllers
│   │   │   │   ├── HomeController.cs
│   │   │   │   └── ProductController.cs
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Models
│   │   │   │   ├── Model1.Context.cs
│   │   │   │   ├── Model1.Context.tt
│   │   │   │   ├── Model1.Designer.cs
│   │   │   │   ├── Model1.cs
│   │   │   │   ├── Model1.edmx
│   │   │   │   ├── Model1.edmx.diagram
│   │   │   │   ├── Model1.tt
│   │   │   │   └── goods.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Scripts
│   │   │   │   ├── bootstrap.js
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   ├── jquery-3.4.1.intellisense.js
│   │   │   │   ├── jquery-3.4.1.js
│   │   │   │   ├── jquery-3.4.1.min.js
│   │   │   │   ├── jquery-3.4.1.min.map
│   │   │   │   ├── jquery-3.4.1.slim.js
│   │   │   │   ├── jquery-3.4.1.slim.min.js
│   │   │   │   ├── jquery-3.4.1.slim.min.map
│   │   │   │   ├── jquery.validate-vsdoc.js
│   │   │   │   ├── jquery.validate.js
│   │   │   │   ├── jquery.validate.min.js
│   │   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   │   └── modernizr-2.8.3.js
│   │   │   ├── Views
│   │   │   │   ├── Home
│   │   │   │   │   ├── About.cshtml
│   │   │   │   │   ├── Contact.cshtml
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Product
│   │   │   │   │   ├── Edit.cshtml
│   │   │   │   │   └── Index.cshtml
│   │   │   │   ├── Shared
│   │   │   │   │   ├── Error.cshtml
│   │   │   │   │   └── _Layout.cshtml
│   │   │   │   ├── Web.config
│   │   │   │   └── _ViewStart.cshtml
│   │   │   ├── Web.Debug.config
│   │   │   ├── Web.Release.config
│   │   │   ├── Web.config
│   │   │   ├── bin
│   │   │   │   ├── 4大三-零食系统-零食管理.dll
│   │   │   │   ├── 4大三-零食系统-零食管理.dll.config
│   │   │   │   ├── 4大三-零食系统-零食管理.pdb
│   │   │   │   ├── Antlr3.Runtime.dll
│   │   │   │   ├── Antlr3.Runtime.pdb
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.xml
│   │   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   │   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── System.Web.Helpers.dll
│   │   │   │   ├── System.Web.Helpers.xml
│   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   ├── System.Web.Mvc.xml
│   │   │   │   ├── System.Web.Optimization.dll
│   │   │   │   ├── System.Web.Optimization.xml
│   │   │   │   ├── System.Web.Razor.dll
│   │   │   │   ├── System.Web.Razor.xml
│   │   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   │   ├── System.Web.WebPages.Deployment.xml
│   │   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   │   ├── System.Web.WebPages.Razor.xml
│   │   │   │   ├── System.Web.WebPages.dll
│   │   │   │   ├── System.Web.WebPages.xml
│   │   │   │   ├── WebGrease.dll
│   │   │   │   ├── roslyn
│   │   │   │   │   ├── 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.Managed.Core.targets
│   │   │   │   │   ├── Microsoft.VisualBasic.Core.targets
│   │   │   │   │   ├── Microsoft.Win32.Primitives.dll
│   │   │   │   │   ├── System.AppContext.dll
│   │   │   │   │   ├── System.Collections.Immutable.dll
│   │   │   │   │   ├── System.Console.dll
│   │   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   │   ├── System.Diagnostics.FileVersionInfo.dll
│   │   │   │   │   ├── System.Diagnostics.StackTrace.dll
│   │   │   │   │   ├── System.Globalization.Calendars.dll
│   │   │   │   │   ├── System.IO.Compression.ZipFile.dll
│   │   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   │   ├── System.IO.FileSystem.Primitives.dll
│   │   │   │   │   ├── System.IO.FileSystem.dll
│   │   │   │   │   ├── System.Net.Http.dll
│   │   │   │   │   ├── System.Net.Sockets.dll
│   │   │   │   │   ├── System.Reflection.Metadata.dll
│   │   │   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   │   │   ├── System.Security.Cryptography.Algorithms.dll
│   │   │   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   │   │   ├── System.Security.Cryptography.Primitives.dll
│   │   │   │   │   ├── System.Security.Cryptography.X509Certificates.dll
│   │   │   │   │   ├── System.Text.Encoding.CodePages.dll
│   │   │   │   │   ├── System.Threading.Tasks.Extensions.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
│   │   │   │   └── zh-Hans
│   │   │   │       ├── EntityFramework.resources.dll
│   │   │   │       ├── System.Web.Helpers.resources.dll
│   │   │   │       ├── System.Web.Mvc.resources.dll
│   │   │   │       ├── System.Web.Optimization.resources.dll
│   │   │   │       ├── System.Web.Razor.resources.dll
│   │   │   │       ├── System.Web.WebPages.Deployment.resources.dll
│   │   │   │       ├── System.Web.WebPages.Razor.resources.dll
│   │   │   │       └── System.Web.WebPages.resources.dll
│   │   │   ├── favicon.ico
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   │   └── glyphicons-halflings-regular.woff2
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── 4大三-零食系统-零食管理.csproj.AssemblyReference.cache
│   │   │   │       ├── 4大三-零食系统-零食管理.csproj.CopyComplete
│   │   │   │       ├── 4大三-零食系统-零食管理.csproj.CoreCompileInputs.cache
│   │   │   │       ├── 4大三-零食系统-零食管理.csproj.FileListAbsolute.txt
│   │   │   │       ├── 4大三-零食系统-零食管理.dll
│   │   │   │       ├── 4大三-零食系统-零食管理.pdb
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── TempPE
│   │   │   │       │   ├── Models.Model1.Context.cs.dll
│   │   │   │       │   ├── Models.Model1.Designer.cs.dll
│   │   │   │       │   └── Models.Model1.cs.dll
│   │   │   │       └── edmxResourcesToEmbed
│   │   │   │           └── Models
│   │   │   │               ├── Model1.csdl
│   │   │   │               ├── Model1.msl
│   │   │   │               └── Model1.ssdl
│   │   │   └── packages.config
│   │   ├── 4大三-零食系统-零食管理.sln
│   │   └── packages
│   │       ├── Antlr.3.5.0.2
│   │       │   ├── Antlr.3.5.0.2.nupkg
│   │       │   └── lib
│   │       │       ├── Antlr3.Runtime.dll
│   │       │       └── Antlr3.Runtime.pdb
│   │       ├── EntityFramework.6.2.0
│   │       │   ├── Content
│   │       │   │   └── net40
│   │       │   │       ├── App.config.transform
│   │       │   │       └── Web.config.transform
│   │       │   ├── EntityFramework.6.2.0.nupkg
│   │       │   ├── lib
│   │       │   │   ├── net40
│   │       │   │   │   ├── EntityFramework.SqlServer.dll
│   │       │   │   │   ├── EntityFramework.SqlServer.xml
│   │       │   │   │   ├── EntityFramework.dll
│   │       │   │   │   ├── EntityFramework.xml
│   │       │   │   │   └── zh-Hans
│   │       │   │   │       ├── EntityFramework.resources.dll
│   │       │   │   │       └── EntityFramework.xml
│   │       │   │   └── net45
│   │       │   │       ├── EntityFramework.SqlServer.dll
│   │       │   │       ├── EntityFramework.SqlServer.xml
│   │       │   │       ├── EntityFramework.dll
│   │       │   │       ├── EntityFramework.xml
│   │       │   │       └── zh-Hans
│   │       │   │           ├── EntityFramework.resources.dll
│   │       │   │           └── EntityFramework.xml
│   │       │   └── tools
│   │       │       ├── EntityFramework.PowerShell.Utility.dll
│   │       │       ├── EntityFramework.PowerShell.dll
│   │       │       ├── EntityFramework.psd1
│   │       │       ├── EntityFramework.psm1
│   │       │       ├── about_EntityFramework.help.txt
│   │       │       ├── init.ps1
│   │       │       ├── install.ps1
│   │       │       └── migrate.exe
│   │       ├── EntityFramework.zh-Hans.6.2.0
│   │       │   ├── EntityFramework.zh-Hans.6.2.0.nupkg
│   │       │   └── lib
│   │       │       ├── net40
│   │       │       │   └── zh-Hans
│   │       │       │       ├── EntityFramework.resources.dll
│   │       │       │       └── EntityFramework.xml
│   │       │       └── net45
│   │       │           └── zh-Hans
│   │       │               ├── EntityFramework.resources.dll
│   │       │               └── EntityFramework.xml
│   │       ├── Microsoft.AspNet.Mvc.5.2.9
│   │       │   ├── Content
│   │       │   │   ├── Web.config.install.xdt
│   │       │   │   └── Web.config.uninstall.xdt
│   │       │   ├── Microsoft.AspNet.Mvc.5.2.9.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_ENU.txt
│   │       │   └── lib
│   │       │       └── net45
│   │       │           ├── System.Web.Mvc.dll
│   │       │           ├── System.Web.Mvc.xml
│   │       │           └── zh-Hans
│   │       │               ├── System.Web.Mvc.resources.dll
│   │       │               └── System.Web.Mvc.xml
│   │       ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.9
│   │       │   ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.9.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_CHS.txt
│   │       │   └── lib
│   │       │       └── net45
│   │       │           └── zh-Hans
│   │       │               ├── System.Web.Mvc.resources.dll
│   │       │               └── System.Web.Mvc.xml
│   │       ├── Microsoft.AspNet.Razor.3.2.9
│   │       │   ├── Microsoft.AspNet.Razor.3.2.9.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_ENU.txt
│   │       │   └── lib
│   │       │       └── net45
│   │       │           ├── System.Web.Razor.dll
│   │       │           ├── System.Web.Razor.xml
│   │       │           └── zh-Hans
│   │       │               ├── System.Web.Razor.resources.dll
│   │       │               └── system.web.razor.xml
│   │       ├── Microsoft.AspNet.Razor.zh-Hans.3.2.9
│   │       │   ├── Microsoft.AspNet.Razor.zh-Hans.3.2.9.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_CHS.txt
│   │       │   └── lib
│   │       │       └── net45
│   │       │           └── zh-Hans
│   │       │               ├── System.Web.Razor.resources.dll
│   │       │               └── system.web.razor.xml
│   │       ├── Microsoft.AspNet.Web.Optimization.1.1.3
│   │       │   ├── Microsoft.AspNet.Web.Optimization.1.1.3.nupkg
│   │       │   └── lib
│   │       │       └── net40
│   │       │           ├── System.Web.Optimization.dll
│   │       │           ├── system.web.optimization.xml
│   │       │           └── zh-Hans
│   │       │               └── System.Web.Optimization.resources.dll
│   │       ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3
│   │       │   ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3.nupkg
│   │       │   └── lib
│   │       │       └── net40
│   │       │           └── zh-Hans
│   │       │               └── System.Web.Optimization.resources.dll
│   │       ├── Microsoft.AspNet.WebPages.3.2.9
│   │       │   ├── Content
│   │       │   │   ├── Web.config.install.xdt
│   │       │   │   └── Web.config.uninstall.xdt
│   │       │   ├── Microsoft.AspNet.WebPages.3.2.9.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_ENU.txt
│   │       │   └── lib
│   │       │       └── net45
│   │       │           ├── System.Web.Helpers.dll
│   │       │           ├── System.Web.Helpers.xml
│   │       │           ├── System.Web.WebPages.Deployment.dll
│   │       │           ├── System.Web.WebPages.Deployment.xml
│   │       │           ├── System.Web.WebPages.Razor.dll
│   │       │           ├── System.Web.WebPages.Razor.xml
│   │       │           ├── System.Web.WebPages.dll
│   │       │           ├── System.Web.WebPages.xml
│   │       │           └── zh-Hans
│   │       │               ├── System.Web.Helpers.resources.dll
│   │       │               ├── System.Web.WebPages.Deployment.resources.dll
│   │       │               ├── System.Web.WebPages.Razor.resources.dll
│   │       │               ├── System.Web.WebPages.resources.dll
│   │       │               ├── system.web.helpers.xml
│   │       │               ├── system.web.webpages.deployment.xml
│   │       │               ├── system.web.webpages.razor.xml
│   │       │               └── system.web.webpages.xml
│   │       ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.9
│   │       │   ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.9.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_CHS.txt
│   │       │   └── lib
│   │       │       └── net45
│   │       │           └── zh-Hans
│   │       │               ├── System.Web.Helpers.resources.dll
│   │       │               ├── System.Web.WebPages.Deployment.resources.dll
│   │       │               ├── System.Web.WebPages.Razor.resources.dll
│   │       │               ├── System.Web.WebPages.resources.dll
│   │       │               ├── system.web.helpers.xml
│   │       │               ├── system.web.webpages.deployment.xml
│   │       │               ├── system.web.webpages.razor.xml
│   │       │               └── system.web.webpages.xml
│   │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1
│   │       │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
│   │       │   ├── build
│   │       │   │   ├── net45
│   │       │   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│   │       │   │   │   └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│   │       │   │   └── net46
│   │       │   │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│   │       │   │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│   │       │   ├── content
│   │       │   │   ├── net45
│   │       │   │   │   ├── app.config.install.xdt
│   │       │   │   │   ├── app.config.uninstall.xdt
│   │       │   │   │   ├── web.config.install.xdt
│   │       │   │   │   └── web.config.uninstall.xdt
│   │       │   │   └── net46
│   │       │   │       ├── app.config.install.xdt
│   │       │   │       ├── app.config.uninstall.xdt
│   │       │   │       ├── web.config.install.xdt
│   │       │   │       └── web.config.uninstall.xdt
│   │       │   ├── lib
│   │       │   │   └── net45
│   │       │   │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │       │   │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   │       │   └── tools
│   │       │       ├── Roslyn45
│   │       │       │   ├── 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
│   │       │       │   ├── System.AppContext.dll
│   │       │       │   ├── System.Collections.Immutable.dll
│   │       │       │   ├── System.Diagnostics.StackTrace.dll
│   │       │       │   ├── System.IO.FileSystem.Primitives.dll
│   │       │       │   ├── System.IO.FileSystem.dll
│   │       │       │   ├── System.Reflection.Metadata.dll
│   │       │       │   ├── VBCSCompiler.exe
│   │       │       │   ├── VBCSCompiler.exe.config
│   │       │       │   ├── csc.exe
│   │       │       │   ├── csc.exe.config
│   │       │       │   ├── csc.rsp
│   │       │       │   ├── csi.exe
│   │       │       │   ├── csi.rsp
│   │       │       │   ├── vbc.exe
│   │       │       │   ├── vbc.exe.config
│   │       │       │   └── vbc.rsp
│   │       │       ├── RoslynLatest
│   │       │       │   ├── 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.Managed.Core.targets
│   │       │       │   ├── Microsoft.VisualBasic.Core.targets
│   │       │       │   ├── Microsoft.Win32.Primitives.dll
│   │       │       │   ├── System.AppContext.dll
│   │       │       │   ├── System.Collections.Immutable.dll
│   │       │       │   ├── System.Console.dll
│   │       │       │   ├── System.Diagnostics.DiagnosticSource.dll
│   │       │       │   ├── System.Diagnostics.FileVersionInfo.dll
│   │       │       │   ├── System.Diagnostics.StackTrace.dll
│   │       │       │   ├── System.Globalization.Calendars.dll
│   │       │       │   ├── System.IO.Compression.ZipFile.dll
│   │       │       │   ├── System.IO.Compression.dll
│   │       │       │   ├── System.IO.FileSystem.Primitives.dll
│   │       │       │   ├── System.IO.FileSystem.dll
│   │       │       │   ├── System.Net.Http.dll
│   │       │       │   ├── System.Net.Sockets.dll
│   │       │       │   ├── System.Reflection.Metadata.dll
│   │       │       │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │       │       │   ├── System.Security.Cryptography.Algorithms.dll
│   │       │       │   ├── System.Security.Cryptography.Encoding.dll
│   │       │       │   ├── System.Security.Cryptography.Primitives.dll
│   │       │       │   ├── System.Security.Cryptography.X509Certificates.dll
│   │       │       │   ├── System.Text.Encoding.CodePages.dll
│   │       │       │   ├── System.Threading.Tasks.Extensions.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
│   │       │       └── net45
│   │       │           ├── install.ps1
│   │       │           └── uninstall.ps1
│   │       ├── Microsoft.Web.Infrastructure.2.0.1
│   │       │   ├── Microsoft.Web.Infrastructure.2.0.1.nupkg
│   │       │   ├── NET.icon.png
│   │       │   ├── NET_Library_EULA_ENU.txt
│   │       │   └── lib
│   │       │       └── net40
│   │       │           └── Microsoft.Web.Infrastructure.dll
│   │       ├── Microsoft.jQuery.Unobtrusive.Validation.3.2.11
│   │       │   ├── Content
│   │       │   │   └── Scripts
│   │       │   │       ├── jquery.validate.unobtrusive.js
│   │       │   │       └── jquery.validate.unobtrusive.min.js
│   │       │   └── Microsoft.jQuery.Unobtrusive.Validation.3.2.11.nupkg
│   │       ├── Modernizr.2.8.3
│   │       │   ├── Content
│   │       │   │   └── Scripts
│   │       │   │       └── modernizr-2.8.3.js
│   │       │   ├── Modernizr.2.8.3.nupkg
│   │       │   └── Tools
│   │       │       ├── common.ps1
│   │       │       ├── install.ps1
│   │       │       └── uninstall.ps1
│   │       ├── Newtonsoft.Json.12.0.2
│   │       │   ├── LICENSE.md
│   │       │   ├── Newtonsoft.Json.12.0.2.nupkg
│   │       │   └── lib
│   │       │       ├── net20
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── net35
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── net40
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── net45
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── netstandard1.0
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── netstandard1.3
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── netstandard2.0
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       ├── portable-net40 sl5 win8 wp8 wpa81
│   │       │       │   ├── Newtonsoft.Json.dll
│   │       │       │   └── Newtonsoft.Json.xml
│   │       │       └── portable-net45 win8 wp8 wpa81
│   │       │           ├── Newtonsoft.Json.dll
│   │       │           └── Newtonsoft.Json.xml
│   │       ├── WebGrease.1.6.0
│   │       │   ├── WebGrease.1.6.0.nupkg
│   │       │   ├── lib
│   │       │   │   └── WebGrease.dll
│   │       │   └── tools
│   │       │       └── WG.EXE
│   │       ├── bootstrap.3.4.1
│   │       │   ├── LICENSE.txt
│   │       │   ├── bootstrap.3.4.1.nupkg
│   │       │   ├── content
│   │       │   │   ├── Content
│   │       │   │   │   ├── bootstrap-theme.css
│   │       │   │   │   ├── bootstrap-theme.css.map
│   │       │   │   │   ├── bootstrap-theme.min.css
│   │       │   │   │   ├── bootstrap-theme.min.css.map
│   │       │   │   │   ├── bootstrap.css
│   │       │   │   │   ├── bootstrap.css.map
│   │       │   │   │   ├── bootstrap.min.css
│   │       │   │   │   └── bootstrap.min.css.map
│   │       │   │   ├── Scripts
│   │       │   │   │   ├── bootstrap.js
│   │       │   │   │   └── bootstrap.min.js
│   │       │   │   └── fonts
│   │       │   │       ├── glyphicons-halflings-regular.eot
│   │       │   │       ├── glyphicons-halflings-regular.svg
│   │       │   │       ├── glyphicons-halflings-regular.ttf
│   │       │   │       ├── glyphicons-halflings-regular.woff
│   │       │   │       └── glyphicons-halflings-regular.woff2
│   │       │   └── contentFiles
│   │       │       ├── Content
│   │       │       │   ├── bootstrap-theme.css
│   │       │       │   ├── bootstrap-theme.css.map
│   │       │       │   ├── bootstrap-theme.min.css
│   │       │       │   ├── bootstrap-theme.min.css.map
│   │       │       │   ├── bootstrap.css
│   │       │       │   ├── bootstrap.css.map
│   │       │       │   ├── bootstrap.min.css
│   │       │       │   └── bootstrap.min.css.map
│   │       │       ├── Scripts
│   │       │       │   ├── bootstrap.js
│   │       │       │   └── bootstrap.min.js
│   │       │       └── fonts
│   │       │           ├── glyphicons-halflings-regular.eot
│   │       │           ├── glyphicons-halflings-regular.svg
│   │       │           ├── glyphicons-halflings-regular.ttf
│   │       │           ├── glyphicons-halflings-regular.woff
│   │       │           └── glyphicons-halflings-regular.woff2
│   │       ├── jQuery.3.4.1
│   │       │   ├── Content
│   │       │   │   └── Scripts
│   │       │   │       ├── jquery-3.4.1-vsdoc.js
│   │       │   │       ├── jquery-3.4.1.js
│   │       │   │       ├── jquery-3.4.1.min.js
│   │       │   │       ├── jquery-3.4.1.min.map
│   │       │   │       ├── jquery-3.4.1.slim.js
│   │       │   │       ├── jquery-3.4.1.slim.min.js
│   │       │   │       └── jquery-3.4.1.slim.min.map
│   │       │   ├── Tools
│   │       │   │   ├── common.ps1
│   │       │   │   ├── install.ps1
│   │       │   │   ├── jquery-3.4.1.intellisense.js
│   │       │   │   └── uninstall.ps1
│   │       │   └── jQuery.3.4.1.nupkg
│   │       └── jQuery.Validation.1.17.0
│   │           ├── Content
│   │           │   └── Scripts
│   │           │       ├── jquery.validate-vsdoc.js
│   │           │       ├── jquery.validate.js
│   │           │       └── jquery.validate.min.js
│   │           └── jQuery.Validation.1.17.0.nupkg
│   └── SQLQuery1.sql
└── 好例子网_MVC EF.zip

128 directories, 433 files