实例介绍
【实例截图】
【核心代码】
.
├── 1
│ ├── OMMS.BAL
│ │ ├── DataReaderExtension.cs
│ │ ├── GoodsService.cs
│ │ ├── Helper.cs
│ │ ├── OrderService.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SC.BAL.csproj
│ │ ├── TypeService.cs
│ │ ├── UserService.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── OMMS.BAL.dll
│ │ │ │ ├── OMMS.BAL.pdb
│ │ │ │ ├── OMMS.DAL.dll
│ │ │ │ ├── OMMS.DAL.pdb
│ │ │ │ ├── OMMS.Models.dll
│ │ │ │ └── OMMS.Models.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── OMMS.BAL.csproj.AssemblyReference.cache
│ │ ├── OMMS.BAL.csproj.CopyComplete
│ │ ├── OMMS.BAL.csproj.CoreCompileInputs.cache
│ │ ├── OMMS.BAL.csproj.FileListAbsolute.txt
│ │ ├── OMMS.BAL.dll
│ │ ├── OMMS.BAL.pdb
│ │ ├── SC.BAL.csproj.AssemblyReference.cache
│ │ ├── SC.BAL.csproj.CopyComplete
│ │ ├── SC.BAL.csproj.CoreCompileInputs.cache
│ │ ├── SC.BAL.csproj.FileListAbsolute.txt
│ │ └── TempPE
│ ├── OMMS.DAL
│ │ ├── Base.cs
│ │ ├── Connected Services
│ │ ├── DAlUser.cs
│ │ ├── DataAccessor.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SC.DAL.csproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── OMMS.DAL.dll
│ │ │ │ ├── OMMS.DAL.pdb
│ │ │ │ ├── OMMS.Models.dll
│ │ │ │ └── OMMS.Models.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── OMMS.DAL.csproj.AssemblyReference.cache
│ │ ├── OMMS.DAL.csproj.CoreCompileInputs.cache
│ │ ├── OMMS.DAL.csproj.FileListAbsolute.txt
│ │ ├── OMMS.DAL.dll
│ │ ├── OMMS.DAL.pdb
│ │ ├── SC.DAL.csproj.AssemblyReference.cache
│ │ ├── SC.DAL.csproj.CopyComplete
│ │ ├── SC.DAL.csproj.CoreCompileInputs.cache
│ │ ├── SC.DAL.csproj.FileListAbsolute.txt
│ │ └── TempPE
│ ├── OMMS.Models
│ │ ├── Goods.cs
│ │ ├── OrderDetail.cs
│ │ ├── Orders.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SC.Models.csproj
│ │ ├── Type.cs
│ │ ├── Userx.cs
│ │ ├── Usery .cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── OMMS.Models.dll
│ │ │ │ └── OMMS.Models.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── OMMS.Models.csproj.AssemblyReference.cache
│ │ ├── OMMS.Models.csproj.CoreCompileInputs.cache
│ │ ├── OMMS.Models.csproj.FileListAbsolute.txt
│ │ ├── OMMS.Models.dll
│ │ ├── OMMS.Models.pdb
│ │ ├── SC.Models.csproj.AssemblyReference.cache
│ │ ├── SC.Models.csproj.CoreCompileInputs.cache
│ │ ├── SC.Models.csproj.FileListAbsolute.txt
│ │ └── TempPE
│ ├── OMMS.Web
│ │ ├── App_Data
│ │ ├── App_Start
│ │ │ ├── BundleConfig.cs
│ │ │ ├── FilterConfig.cs
│ │ │ └── RouteConfig.cs
│ │ ├── Content
│ │ │ ├── Images
│ │ │ │ ├── 20230103193830.webp
│ │ │ │ ├── 20230103193922.webp
│ │ │ │ ├── 20230103195044.webp
│ │ │ │ ├── 20230103203102.png
│ │ │ │ ├── 20230103203114.webp
│ │ │ │ ├── 20230103203128.png
│ │ │ │ ├── 20230103210945.png
│ │ │ │ ├── 20230103211143.png
│ │ │ │ ├── 20230103211307.png
│ │ │ │ ├── 20230103212945.png
│ │ │ │ ├── 20230103224632.png
│ │ │ │ ├── 20230104112434.png
│ │ │ │ ├── 20230104112457.png
│ │ │ │ ├── 20230104143816.png
│ │ │ │ ├── 20230104145633.png
│ │ │ │ ├── 20230104145649.png
│ │ │ │ ├── 20230105122222.png
│ │ │ │ ├── 20230105122308.png
│ │ │ │ ├── 20230105122326.png
│ │ │ │ ├── 20230105231857.png
│ │ │ │ ├── 20230105232306.png
│ │ │ │ ├── 20230105232330.png
│ │ │ │ └── 20230106085939.png
│ │ │ └── Site.css
│ │ ├── Controllers
│ │ │ ├── GoodsController.cs
│ │ │ ├── HomeController.cs
│ │ │ ├── OrderController.cs
│ │ │ ├── TypeController.cs
│ │ │ └── UserxController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Models
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SC.Web.csproj
│ │ ├── SC.Web.csproj.user
│ │ ├── SC.Web.sln
│ │ ├── Scripts
│ │ │ ├── Site.js
│ │ │ └── jquery-3.4.1.min.js
│ │ ├── TestResults
│ │ ├── Views
│ │ │ ├── Goods
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Update.cshtml
│ │ │ ├── Home
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Login.cshtml
│ │ │ ├── Order
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Update.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── Error.cshtml
│ │ │ │ └── _Layout.cshtml
│ │ │ ├── Type
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Update.cshtml
│ │ │ ├── Userx
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Update.cshtml
│ │ │ ├── Web.config
│ │ │ └── _ViewStart.cshtml
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── Antlr3.Runtime.dll
│ │ │ ├── Antlr3.Runtime.pdb
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ ├── Microsoft.Web.Infrastructure.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── OMMS.BAL.dll
│ │ │ ├── OMMS.BAL.pdb
│ │ │ ├── OMMS.DAL.dll
│ │ │ ├── OMMS.DAL.pdb
│ │ │ ├── OMMS.Models.dll
│ │ │ ├── OMMS.Models.pdb
│ │ │ ├── OMMS.Web.dll
│ │ │ ├── OMMS.Web.dll.config
│ │ │ ├── OMMS.Web.pdb
│ │ │ ├── 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.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
│ │ │ └── zh-Hans
│ │ │ ├── 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
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OMMS.Web.csproj.AssemblyReference.cache
│ │ │ ├── OMMS.Web.csproj.CopyComplete
│ │ │ ├── OMMS.Web.csproj.CoreCompileInputs.cache
│ │ │ ├── OMMS.Web.csproj.FileListAbsolute.txt
│ │ │ ├── OMMS.Web.dll
│ │ │ ├── OMMS.Web.pdb
│ │ │ ├── SC.Web.csproj.AssemblyReference.cache
│ │ │ ├── SC.Web.csproj.CopyComplete
│ │ │ ├── SC.Web.csproj.CoreCompileInputs.cache
│ │ │ ├── SC.Web.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ ├── packages
│ │ │ ├── Antlr.3.5.0.2
│ │ │ │ ├── Antlr.3.5.0.2.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── Antlr3.Runtime.dll
│ │ │ │ └── Antlr3.Runtime.pdb
│ │ │ ├── MSTest.TestAdapter.2.1.2
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── MSTest.TestAdapter.2.1.2.nupkg
│ │ │ │ └── build
│ │ │ │ ├── _common
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│ │ │ │ │ ├── cs
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── pt
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── tr
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ ├── zh-Hans
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ │ └── zh-Hant
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ │ │ │ ├── net45
│ │ │ │ │ ├── MSTest.TestAdapter.props
│ │ │ │ │ └── MSTest.TestAdapter.targets
│ │ │ │ ├── netcoreapp1.0
│ │ │ │ │ ├── MSTest.TestAdapter.props
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│ │ │ │ └── uap10.0
│ │ │ │ ├── MSTest.TestAdapter.props
│ │ │ │ ├── MSTest.TestAdapter.targets
│ │ │ │ └── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│ │ │ ├── MSTest.TestFramework.2.1.2
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── MSTest.TestFramework.2.1.2.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── net45
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│ │ │ │ │ ├── cs
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── pt
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── ru
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── tr
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── zh-Hans
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ └── zh-Hant
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── netstandard1.0
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│ │ │ │ │ ├── cs
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── ja
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── ko
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── pt
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── ru
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── tr
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ ├── zh-Hans
│ │ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ │ └── zh-Hant
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ └── uap10.0
│ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
│ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.XML
│ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│ │ │ │ ├── cs
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── de
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── es
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── fr
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── it
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── ja
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── ko
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── pl
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── pt
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── ru
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── tr
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ ├── zh-Hans
│ │ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ │ └── zh-Hant
│ │ │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ │ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ │ ├── Microsoft.AspNet.Mvc.5.2.7
│ │ │ │ ├── Content
│ │ │ │ │ ├── Web.config.install.xdt
│ │ │ │ │ └── Web.config.uninstall.xdt
│ │ │ │ ├── Microsoft.AspNet.Mvc.5.2.7.nupkg
│ │ │ │ └── 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.7
│ │ │ │ ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.7.nupkg
│ │ │ │ └── lib
│ │ │ │ └── net45
│ │ │ │ └── zh-Hans
│ │ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ │ └── System.Web.Mvc.xml
│ │ │ ├── Microsoft.AspNet.Razor.3.2.7
│ │ │ │ ├── Microsoft.AspNet.Razor.3.2.7.nupkg
│ │ │ │ └── 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.7
│ │ │ │ ├── Microsoft.AspNet.Razor.zh-Hans.3.2.7.nupkg
│ │ │ │ └── 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.7
│ │ │ │ ├── Content
│ │ │ │ │ ├── Web.config.install.xdt
│ │ │ │ │ └── Web.config.uninstall.xdt
│ │ │ │ ├── Microsoft.AspNet.WebPages.3.2.7.nupkg
│ │ │ │ └── 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.7
│ │ │ │ ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.7.nupkg
│ │ │ │ └── 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.1.0.0.0
│ │ │ │ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ │ │ │ └── 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
│ │ └── packages.config
│ ├── SC.FrontWeb
│ │ ├── App_Data
│ │ ├── App_Start
│ │ │ ├── BundleConfig.cs
│ │ │ ├── FilterConfig.cs
│ │ │ └── RouteConfig.cs
│ │ ├── Content
│ │ │ ├── Index.css
│ │ │ └── Site.css
│ │ ├── Controllers
│ │ │ ├── GoodsController.cs
│ │ │ ├── HomeController.cs
│ │ │ └── UserPortalController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Models
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SC.FrontWeb.csproj
│ │ ├── SC.FrontWeb.csproj.user
│ │ ├── 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
│ │ │ ├── Goods
│ │ │ │ ├── BuyGoods.cshtml
│ │ │ │ └── GoodsDetail.cshtml
│ │ │ ├── Home
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Gr.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Login.cshtml
│ │ │ │ └── Update.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── Error.cshtml
│ │ │ │ └── _Layout.cshtml
│ │ │ ├── UserPortal
│ │ │ │ ├── AllOrders.cshtml
│ │ │ │ └── ShoppingCart.cshtml
│ │ │ ├── Userx
│ │ │ ├── Web.config
│ │ │ └── _ViewStart.cshtml
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── bin
│ │ │ ├── Antlr3.Runtime.dll
│ │ │ ├── Antlr3.Runtime.pdb
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ ├── Microsoft.Web.Infrastructure.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── OMMS.BAL.dll
│ │ │ ├── OMMS.BAL.pdb
│ │ │ ├── OMMS.DAL.dll
│ │ │ ├── OMMS.DAL.pdb
│ │ │ ├── OMMS.Models.dll
│ │ │ ├── OMMS.Models.pdb
│ │ │ ├── SC.FrontWeb.dll
│ │ │ ├── SC.FrontWeb.dll.config
│ │ │ ├── SC.FrontWeb.pdb
│ │ │ ├── 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
│ │ │ ├── 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
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── SC.FrontWeb.csproj.AssemblyReference.cache
│ │ │ ├── SC.FrontWeb.csproj.CopyComplete
│ │ │ ├── SC.FrontWeb.csproj.CoreCompileInputs.cache
│ │ │ ├── SC.FrontWeb.csproj.FileListAbsolute.txt
│ │ │ ├── SC.FrontWeb.dll
│ │ │ ├── SC.FrontWeb.pdb
│ │ │ └── TempPE
│ │ └── packages.config
│ └── UnitTestProject1
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── UnitTest1.cs
│ ├── UnitTestProject1.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
│ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
│ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
│ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
│ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
│ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll
│ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.xml
│ │ ├── OMMS.BAL.dll
│ │ ├── OMMS.BAL.pdb
│ │ ├── OMMS.DAL.dll
│ │ ├── OMMS.DAL.pdb
│ │ ├── OMMS.Models.dll
│ │ ├── OMMS.Models.pdb
│ │ ├── UnitTestProject1.dll
│ │ ├── UnitTestProject1.pdb
│ │ └── zh-Hans
│ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
│ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
│ │ └── Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── UnitTestProject1.csproj.AssemblyReference.cache
│ │ ├── UnitTestProject1.csproj.CopyComplete
│ │ ├── UnitTestProject1.csproj.CoreCompileInputs.cache
│ │ ├── UnitTestProject1.csproj.FileListAbsolute.txt
│ │ ├── UnitTestProject1.dll
│ │ └── UnitTestProject1.pdb
│ └── packages.config
└── 在线商城购物系统.rar
232 directories, 754 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论