在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 一个更加完善的SignalR服务端,本人已经在实际项目中使用,聊天室接口已经全部定义,只需要实际的实现,同时集成了Quartz

一个更加完善的SignalR服务端,本人已经在实际项目中使用,聊天室接口已经全部定义,只需要实际的实现,同时集成了Quartz

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:91.55M
  • 下载次数:20
  • 浏览次数:180
  • 发布时间:2020-07-25
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
一个更加完善的SignalR服务端,本人已经在实际项目中使用,聊天室接口已经全部定义,只需要实际的实现,同时集成了Quartz
【实例截图】
【核心代码】
Berry.SignalRService
└── Berry.SignalRService
├── App_Start
│   ├── Handle
│   │   └── ErrorHandlingPipelineModule.cs
│   ├── Pipeline
│   │   └── LoggingPipelineModule.cs
│   ├── RouteConfig.cs
│   └── Startup.cs
├── Berry.SignalRService.csproj
├── Berry.SignalRService.csproj.user
├── Berry.SignalRService.sln
├── Content
│   ├── Site.css
│   ├── bootstrap.css
│   ├── bootstrap.min.css
│   ├── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   └── glyphicons-halflings-regular.woff
│   └── index.css
├── Controllers
│   └── HomeController.cs
├── DTO
│   ├── ChatMessageDTO.cs
│   ├── PaginationEntity.cs
│   └── UserInfoDTO.cs
├── Global.asax
├── Global.asax.cs
├── Models
│   ├── ChatsHub.cs
│   ├── EchoConnection.cs
│   ├── IBroadcastService.cs
│   ├── IChatClient.cs
│   ├── IChatService.cs
│   └── SignalrServerToClient.cs
├── Properties
│   ├── AssemblyInfo.cs
│   └── PublishProfiles
│   ├── FolderProfile.pubxml
│   └── FolderProfile.pubxml.user
├── Schedu
│   ├── JobState.cs
│   └── Jobs
│   ├── QuartzUtil.cs
│   └── SysJob.cs
├── Scripts
│   ├── bootstrap.js
│   ├── bootstrap.min.js
│   ├── jquery-1.10.2.intellisense.js
│   ├── jquery-1.10.2.js
│   ├── jquery-1.10.2.min.js
│   ├── jquery-1.10.2.min.map
│   ├── jquery.signalR-2.2.3.js
│   ├── jquery.signalR-2.2.3.min.js
│   └── modernizr-2.6.2.js
├── Views
│   ├── Home
│   │   └── Index.cshtml
│   ├── Shared
│   │   └── _Layout.cshtml
│   ├── _ViewStart.cshtml
│   └── web.config
├── Web.Debug.config
├── Web.Release.config
├── Web.config
├── bin
│   ├── AutoMapper.dll
│   ├── AutoMapper.pdb
│   ├── AutoMapper.xml
│   ├── Berry.Cache.dll
│   ├── Berry.Cache.pdb
│   ├── Berry.Extension.dll
│   ├── Berry.Extension.pdb
│   ├── Berry.SignalRService.dll
│   ├── Berry.SignalRService.dll.config
│   ├── Berry.SignalRService.pdb
│   ├── Berry.Util.dll
│   ├── Berry.Util.pdb
│   ├── Common.Logging.Core.dll
│   ├── Common.Logging.Core.pdb
│   ├── Common.Logging.Core.xml
│   ├── Common.Logging.dll
│   ├── Common.Logging.pdb
│   ├── Common.Logging.xml
│   ├── Microsoft.AspNet.SignalR.Core.dll
│   ├── Microsoft.AspNet.SignalR.Core.xml
│   ├── Microsoft.AspNet.SignalR.SystemWeb.dll
│   ├── Microsoft.AspNet.SignalR.SystemWeb.xml
│   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   ├── Microsoft.Owin.Cors.dll
│   ├── Microsoft.Owin.Cors.xml
│   ├── Microsoft.Owin.Host.SystemWeb.dll
│   ├── Microsoft.Owin.Host.SystemWeb.xml
│   ├── Microsoft.Owin.Security.dll
│   ├── Microsoft.Owin.Security.xml
│   ├── Microsoft.Owin.dll
│   ├── Microsoft.Owin.xml
│   ├── Microsoft.Web.Infrastructure.dll
│   ├── Newtonsoft.Json.dll
│   ├── Newtonsoft.Json.xml
│   ├── Owin.dll
│   ├── Quartz.dll
│   ├── Quartz.pdb
│   ├── Quartz.xml
│   ├── StackExchange.Redis.dll
│   ├── StackExchange.Redis.xml
│   ├── System.ValueTuple.dll
│   ├── System.ValueTuple.xml
│   ├── System.Web.Cors.dll
│   ├── System.Web.Helpers.dll
│   ├── System.Web.Helpers.xml
│   ├── System.Web.Mvc.dll
│   ├── System.Web.Mvc.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
│   ├── 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
│   ├── Microsoft.AspNet.SignalR.Core.resources.dll
│   ├── Microsoft.AspNet.SignalR.SystemWeb.resources.dll
│   ├── Microsoft.Owin.Host.SystemWeb.resources.dll
│   ├── Microsoft.Owin.Security.resources.dll
│   ├── Microsoft.Owin.resources.dll
│   ├── System.Web.Helpers.resources.dll
│   ├── System.Web.Mvc.resources.dll
│   ├── System.Web.Razor.resources.dll
│   ├── System.Web.Webpages.Deployment.resources.dll
│   ├── System.Web.Webpages.Razor.resources.dll
│   └── System.Web.Webpages.resources.dll
├── job_scheduling_data_2_0.xsd
├── lib
│   └── Berry.Cache.dll
├── obj
│   ├── Debug
│   │   ├── Berry.SignalRService.csproj.CopyComplete
│   │   ├── Berry.SignalRService.csproj.CoreCompileInputs.cache
│   │   ├── Berry.SignalRService.csproj.FileListAbsolute.txt
│   │   ├── Berry.SignalRService.csprojAssemblyReference.cache
│   │   ├── Berry.SignalRService.dll
│   │   ├── Berry.SignalRService.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── Release
│   ├── Berry.SignalRService.csproj.CopyComplete
│   ├── Berry.SignalRService.csproj.CoreCompileInputs.cache
│   ├── Berry.SignalRService.csproj.FileListAbsolute.txt
│   ├── Berry.SignalRService.csprojResolveAssemblyReference.cache
│   ├── Berry.SignalRService.dll
│   ├── Berry.SignalRService.pdb
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Package
│   │   └── PackageTmp
│   │   ├── Content
│   │   │   ├── Site.css
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   └── index.css
│   │   ├── Global.asax
│   │   ├── Scripts
│   │   │   ├── bootstrap.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery-1.10.2.js
│   │   │   ├── jquery-1.10.2.min.js
│   │   │   ├── jquery-1.10.2.min.map
│   │   │   ├── jquery.signalR-2.2.3.js
│   │   │   ├── jquery.signalR-2.2.3.min.js
│   │   │   └── modernizr-2.6.2.js
│   │   ├── Views
│   │   │   ├── Home
│   │   │   │   └── Index.cshtml
│   │   │   ├── Shared
│   │   │   │   └── _Layout.cshtml
│   │   │   ├── _ViewStart.cshtml
│   │   │   └── web.config
│   │   ├── Web.config
│   │   ├── bin
│   │   │   ├── Berry.SignalRService.dll
│   │   │   ├── Berry.SignalRService.pdb
│   │   │   ├── Microsoft.AspNet.SignalR.Core.dll
│   │   │   ├── Microsoft.AspNet.SignalR.SystemWeb.dll
│   │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   │   ├── Microsoft.Owin.Cors.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   ├── Microsoft.Owin.dll
│   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Owin.dll
│   │   │   ├── System.Web.Cors.dll
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Mvc.dll
│   │   │   ├── System.Web.Razor.dll
│   │   │   ├── System.Web.Webpages.Deployment.dll
│   │   │   ├── System.Web.Webpages.Razor.dll
│   │   │   ├── System.Web.Webpages.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
│   │   │   ├── Microsoft.AspNet.SignalR.Core.resources.dll
│   │   │   ├── Microsoft.AspNet.SignalR.SystemWeb.resources.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   │   ├── Microsoft.Owin.Security.resources.dll
│   │   │   ├── Microsoft.Owin.resources.dll
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── System.Web.Mvc.resources.dll
│   │   │   ├── System.Web.Razor.resources.dll
│   │   │   ├── System.Web.Webpages.Deployment.resources.dll
│   │   │   ├── System.Web.Webpages.Razor.resources.dll
│   │   │   └── System.Web.Webpages.resources.dll
│   │   ├── 集线器前端调用方式.txt
│   │   └── 永久连接前端调用方式.txt
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── TransformWebConfig
│   │   ├── assist
│   │   │   └── Web.config
│   │   ├── original
│   │   │   └── Web.config
│   │   └── transformed
│   │   └── Web.config
│   └── _WPPLastBuildInfo.txt
├── packages
│   ├── Antlr.3.4.1.9004
│   │   ├── Antlr.3.4.1.9004.nupkg
│   │   └── lib
│   │   ├── Antlr3.Runtime.dll
│   │   └── Antlr3.Runtime.pdb
│   ├── AutoMapper.7.0.1
│   │   ├── AutoMapper.7.0.1.nupkg
│   │   └── lib
│   │   ├── net45
│   │   │   ├── AutoMapper.dll
│   │   │   ├── AutoMapper.pdb
│   │   │   └── AutoMapper.xml
│   │   ├── netcoreapp2.0
│   │   │   ├── AutoMapper.dll
│   │   │   ├── AutoMapper.pdb
│   │   │   └── AutoMapper.xml
│   │   ├── netstandard1.3
│   │   │   ├── AutoMapper.dll
│   │   │   ├── AutoMapper.pdb
│   │   │   └── AutoMapper.xml
│   │   └── netstandard2.0
│   │   ├── AutoMapper.dll
│   │   ├── AutoMapper.pdb
│   │   └── AutoMapper.xml
│   ├── Common.Logging.3.3.1
│   │   ├── Common.Logging.3.3.1.nupkg
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Common.Logging.dll
│   │   │   ├── Common.Logging.pdb
│   │   │   └── Common.Logging.xml
│   │   └── net40
│   │   ├── Common.Logging.dll
│   │   ├── Common.Logging.pdb
│   │   └── Common.Logging.xml
│   ├── Common.Logging.Core.3.3.1
│   │   ├── Common.Logging.Core.3.3.1.nupkg
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   └── Common.Logging.Core.xml
│   │   ├── net40
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   └── Common.Logging.Core.xml
│   │   └── portable-win+net40+sl40+wp7
│   │   ├── Common.Logging.Core.XML
│   │   ├── Common.Logging.Core.dll
│   │   └── Common.Logging.Core.pdb
│   ├── CommonServiceLocator.1.3
│   │   ├── CommonServiceLocator.1.3.nupkg
│   │   └── lib
│   │   └── portable-net4+sl5+netcore45+wpa81+wp8
│   │   ├── Microsoft.Practices.ServiceLocation.XML
│   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   └── Microsoft.Practices.ServiceLocation.pdb
│   ├── Dapper.1.12
│   │   ├── Dapper.1.12.nupkg
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Dapper.dll
│   │   │   └── Dapper.pdb
│   │   └── net40
│   │   ├── Dapper.dll
│   │   └── Dapper.pdb
│   ├── Dapper.1.50.2
│   │   ├── Dapper.1.50.2.nupkg
│   │   └── lib
│   │   ├── net40
│   │   │   ├── Dapper.dll
│   │   │   └── Dapper.xml
│   │   ├── net45
│   │   │   ├── Dapper.dll
│   │   │   └── Dapper.xml
│   │   ├── net451
│   │   │   ├── Dapper.dll
│   │   │   └── Dapper.xml
│   │   └── netstandard1.3
│   │   ├── Dapper.dll
│   │   └── Dapper.xml
│   ├── EntityFramework.6.0.0
│   │   ├── Content
│   │   │   ├── App.config.transform
│   │   │   └── Web.config.transform
│   │   ├── EntityFramework.6.0.0.nupkg
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.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.6.1.3
│   │   ├── EntityFramework.6.1.3.nupkg
│   │   ├── content
│   │   │   ├── App.config.transform
│   │   │   └── Web.config.transform
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   ├── EntityFramework.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
│   ├── JWT.3.0.0
│   │   ├── JWT.3.0.0.nupkg
│   │   └── lib
│   │   ├── net35
│   │   │   └── JWT.dll
│   │   └── netstandard1.3
│   │   └── JWT.dll
│   ├── MSTest.TestAdapter.1.2.0
│   │   ├── MSTest.TestAdapter.1.2.0.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.1.2.0
│   │   ├── MSTest.TestFramework.1.2.0.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.ApplicationInsights.2.2.0
│   │   ├── Microsoft.ApplicationInsights.2.2.0.nupkg
│   │   └── lib
│   │   ├── net40
│   │   │   ├── Microsoft.ApplicationInsights.XML
│   │   │   └── Microsoft.ApplicationInsights.dll
│   │   ├── net45
│   │   │   ├── Microsoft.ApplicationInsights.XML
│   │   │   └── Microsoft.ApplicationInsights.dll
│   │   ├── net46
│   │   │   ├── Microsoft.ApplicationInsights.XML
│   │   │   └── Microsoft.ApplicationInsights.dll
│   │   ├── netstandard1.5
│   │   │   ├── Microsoft.ApplicationInsights.XML
│   │   │   └── Microsoft.ApplicationInsights.dll
│   │   ├── portable-win81%2Bwpa81
│   │   │   └── Microsoft.ApplicationInsights.dll
│   │   ├── uap10.0
│   │   │   └── Microsoft.ApplicationInsights.dll
│   │   └── wp8
│   │   └── Microsoft.ApplicationInsights.dll
│   ├── Microsoft.ApplicationInsights.Agent.Intercept.2.0.6
│   │   ├── Microsoft.ApplicationInsights.Agent.Intercept.2.0.6.nupkg
│   │   └── lib
│   │   ├── net40
│   │   │   └── Microsoft.AI.Agent.Intercept.dll
│   │   └── net45
│   │   └── Microsoft.AI.Agent.Intercept.dll
│   ├── Microsoft.ApplicationInsights.DependencyCollector.2.2.0
│   │   ├── Microsoft.ApplicationInsights.DependencyCollector.2.2.0.nupkg
│   │   ├── content
│   │   │   ├── ApplicationInsights.config.install.xdt
│   │   │   ├── ApplicationInsights.config.transform
│   │   │   └── ApplicationInsights.config.uninstall.xdt
│   │   └── lib
│   │   ├── net40
│   │   │   ├── Microsoft.AI.DependencyCollector.XML
│   │   │   └── Microsoft.AI.DependencyCollector.dll
│   │   └── net45
│   │   ├── Microsoft.AI.DependencyCollector.XML
│   │   └── Microsoft.AI.DependencyCollector.dll
│   ├── Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0
│   │   ├── Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0.nupkg
│   │   ├── content
│   │   │   ├── ApplicationInsights.config.install.xdt
│   │   │   ├── ApplicationInsights.config.transform
│   │   │   └── ApplicationInsights.config.uninstall.xdt
│   │   └── lib
│   │   ├── net40
│   │   │   └── Microsoft.AI.PerfCounterCollector.dll
│   │   └── net45
│   │   └── Microsoft.AI.PerfCounterCollector.dll
│   ├── Microsoft.ApplicationInsights.Web.2.2.0
│   │   ├── Microsoft.ApplicationInsights.Web.2.2.0.nupkg
│   │   ├── content
│   │   │   ├── net40
│   │   │   │   ├── ApplicationInsights.config.install.xdt
│   │   │   │   ├── ApplicationInsights.config.transform
│   │   │   │   ├── ApplicationInsights.config.uninstall.xdt
│   │   │   │   ├── web.config.install.xdt
│   │   │   │   └── web.config.uninstall.xdt
│   │   │   └── net45
│   │   │   ├── ApplicationInsights.config.install.xdt
│   │   │   ├── ApplicationInsights.config.transform
│   │   │   ├── ApplicationInsights.config.uninstall.xdt
│   │   │   ├── web.config.install.xdt
│   │   │   └── web.config.uninstall.xdt
│   │   └── lib
│   │   ├── net40
│   │   │   ├── Microsoft.AI.Web.XML
│   │   │   └── Microsoft.AI.Web.dll
│   │   └── net45
│   │   ├── Microsoft.AI.Web.XML
│   │   └── Microsoft.AI.Web.dll
│   ├── Microsoft.ApplicationInsights.WindowsServer.2.2.0
│   │   ├── Microsoft.ApplicationInsights.WindowsServer.2.2.0.nupkg
│   │   ├── Tools
│   │   │   └── install.ps1
│   │   ├── content
│   │   │   ├── ApplicationInsights.config.install.xdt
│   │   │   ├── ApplicationInsights.config.transform
│   │   │   └── ApplicationInsights.config.uninstall.xdt
│   │   └── lib
│   │   ├── net40
│   │   │   ├── Microsoft.AI.WindowsServer.XML
│   │   │   └── Microsoft.AI.WindowsServer.dll
│   │   └── net45
│   │   ├── Microsoft.AI.WindowsServer.XML
│   │   └── Microsoft.AI.WindowsServer.dll
│   ├── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0
│   │   ├── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0.nupkg
│   │   ├── content
│   │   │   ├── ApplicationInsights.config.install.xdt
│   │   │   ├── ApplicationInsights.config.transform
│   │   │   └── ApplicationInsights.config.uninstall.xdt
│   │   └── lib
│   │   ├── net40
│   │   │   ├── Microsoft.AI.ServerTelemetryChannel.XML
│   │   │   └── Microsoft.AI.ServerTelemetryChannel.dll
│   │   └── net45
│   │   ├── Microsoft.AI.ServerTelemetryChannel.XML
│   │   └── Microsoft.AI.ServerTelemetryChannel.dll
│   ├── Microsoft.AspNet.Cors.5.0.0
│   │   ├── Microsoft.AspNet.Cors.5.0.0.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── System.Web.Cors.dll
│   ├── Microsoft.AspNet.Mvc.5.2.3
│   │   ├── Content
│   │   │   ├── Web.config.install.xdt
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── Microsoft.AspNet.Mvc.5.2.3.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.3
│   │   ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── System.Web.Mvc.resources.dll
│   │   └── System.Web.Mvc.xml
│   ├── Microsoft.AspNet.Razor.3.2.3
│   │   ├── Microsoft.AspNet.Razor.3.2.3.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.3
│   │   ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── System.Web.Razor.resources.dll
│   │   └── system.web.razor.xml
│   ├── Microsoft.AspNet.SignalR.2.2.3
│   │   ├── Microsoft.AspNet.SignalR.2.2.3.nupkg
│   │   └── readme.txt
│   ├── Microsoft.AspNet.SignalR.Core.2.2.3
│   │   ├── Microsoft.AspNet.SignalR.Core.2.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── Microsoft.AspNet.SignalR.Core.dll
│   │   ├── Microsoft.AspNet.SignalR.Core.xml
│   │   └── zh-Hans
│   │   ├── Microsoft.AspNet.SignalR.Core.resources.dll
│   │   └── Microsoft.AspNet.SignalR.Core.xml
│   ├── Microsoft.AspNet.SignalR.Core.zh-Hans.2.2.3
│   │   ├── Microsoft.AspNet.SignalR.Core.zh-Hans.2.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── Microsoft.AspNet.SignalR.Core.resources.dll
│   │   └── Microsoft.AspNet.SignalR.Core.xml
│   ├── Microsoft.AspNet.SignalR.JS.2.2.3
│   │   ├── Microsoft.AspNet.SignalR.JS.2.2.3.nupkg
│   │   └── content
│   │   └── Scripts
│   │   ├── jquery.signalR-2.2.3.js
│   │   └── jquery.signalR-2.2.3.min.js
│   ├── Microsoft.AspNet.SignalR.SystemWeb.2.2.3
│   │   ├── Microsoft.AspNet.SignalR.SystemWeb.2.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── Microsoft.AspNet.SignalR.SystemWeb.XML
│   │   ├── Microsoft.AspNet.SignalR.SystemWeb.dll
│   │   └── zh-Hans
│   │   ├── Microsoft.AspNet.SignalR.SystemWeb.resources.dll
│   │   └── Microsoft.AspNet.SignalR.SystemWeb.xml
│   ├── Microsoft.AspNet.SignalR.SystemWeb.zh-Hans.2.2.3
│   │   ├── Microsoft.AspNet.SignalR.SystemWeb.zh-Hans.2.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── Microsoft.AspNet.SignalR.SystemWeb.resources.dll
│   │   └── Microsoft.AspNet.SignalR.SystemWeb.xml
│   ├── Microsoft.AspNet.SignalR.zh-Hans.2.1.2
│   │   └── Microsoft.AspNet.SignalR.zh-Hans.2.1.2.nupkg
│   ├── 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.WebApi.5.2.3
│   │   └── Microsoft.AspNet.WebApi.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.Client.5.2.3
│   │   ├── Microsoft.AspNet.WebApi.Client.5.2.3.nupkg
│   │   └── lib
│   │   ├── net45
│   │   │   ├── System.Net.Http.Formatting.dll
│   │   │   ├── System.Net.Http.Formatting.xml
│   │   │   └── zh-Hans
│   │   │   ├── System.Net.Http.Formatting.resources.dll
│   │   │   └── System.Net.Http.Formatting.xml
│   │   └── portable-wp8%2Bnetcore45%2Bnet45%2Bwp81%2Bwpa81
│   │   ├── System.Net.Http.Formatting.dll
│   │   └── System.Net.Http.Formatting.xml
│   ├── Microsoft.AspNet.WebApi.Client.zh-Hans.5.2.3
│   │   ├── Microsoft.AspNet.WebApi.Client.zh-Hans.5.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── System.Net.Http.Formatting.resources.dll
│   │   └── System.Net.Http.Formatting.xml
│   ├── Microsoft.AspNet.WebApi.Core.5.2.3
│   │   ├── Content
│   │   │   └── web.config.transform
│   │   ├── Microsoft.AspNet.WebApi.Core.5.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── System.Web.Http.dll
│   │   ├── System.Web.Http.xml
│   │   └── zh-Hans
│   │   ├── System.Web.Http.resources.dll
│   │   └── System.Web.Http.xml
│   ├── Microsoft.AspNet.WebApi.Core.zh-Hans.5.2.3
│   │   ├── Microsoft.AspNet.WebApi.Core.zh-Hans.5.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── System.Web.Http.resources.dll
│   │   └── System.Web.Http.xml
│   ├── Microsoft.AspNet.WebApi.HelpPage.5.2.3
│   │   ├── Content
│   │   │   └── Areas
│   │   │   └── HelpPage
│   │   │   ├── ApiDescriptionExtensions.cs.pp
│   │   │   ├── App_Start
│   │   │   │   └── HelpPageConfig.cs.pp
│   │   │   ├── Controllers
│   │   │   │   └── HelpController.cs.pp
│   │   │   ├── HelpPage.css.pp
│   │   │   ├── HelpPageAreaRegistration.cs.pp
│   │   │   ├── HelpPageConfigurationExtensions.cs.pp
│   │   │   ├── ModelDescriptions
│   │   │   │   ├── CollectionModelDescription.cs.pp
│   │   │   │   ├── ComplexTypeModelDescription.cs.pp
│   │   │   │   ├── DictionaryModelDescription.cs.pp
│   │   │   │   ├── EnumTypeModelDescription.cs.pp
│   │   │   │   ├── EnumValueDescription.cs.pp
│   │   │   │   ├── IModelDocumentationProvider.cs.pp
│   │   │   │   ├── KeyValuePairModelDescription.cs.pp
│   │   │   │   ├── ModelDescription.cs.pp
│   │   │   │   ├── ModelDescriptionGenerator.cs.pp
│   │   │   │   ├── ModelNameAttribute.cs.pp
│   │   │   │   ├── ModelNameHelper.cs.pp
│   │   │   │   ├── ParameterAnnotation.cs.pp
│   │   │   │   ├── ParameterDescription.cs.pp
│   │   │   │   └── SimpleTypeModelDescription.cs.pp
│   │   │   ├── Models
│   │   │   │   └── HelpPageApiModel.cs.pp
│   │   │   ├── SampleGeneration
│   │   │   │   ├── HelpPageSampleGenerator.cs.pp
│   │   │   │   ├── HelpPageSampleKey.cs.pp
│   │   │   │   ├── ImageSample.cs.pp
│   │   │   │   ├── InvalidSample.cs.pp
│   │   │   │   ├── ObjectGenerator.cs.pp
│   │   │   │   ├── SampleDirection.cs.pp
│   │   │   │   └── TextSample.cs.pp
│   │   │   ├── Views
│   │   │   │   ├── Help
│   │   │   │   │   ├── Api.cshtml.pp
│   │   │   │   │   ├── DisplayTemplates
│   │   │   │   │   │   ├── ApiGroup.cshtml.pp
│   │   │   │   │   │   ├── CollectionModelDescription.cshtml.pp
│   │   │   │   │   │   ├── ComplexTypeModelDescription.cshtml.pp
│   │   │   │   │   │   ├── DictionaryModelDescription.cshtml.pp
│   │   │   │   │   │   ├── EnumTypeModelDescription.cshtml.pp
│   │   │   │   │   │   ├── HelpPageApiModel.cshtml.pp
│   │   │   │   │   │   ├── ImageSample.cshtml.pp
│   │   │   │   │   │   ├── InvalidSample.cshtml.pp
│   │   │   │   │   │   ├── KeyValuePairModelDescription.cshtml.pp
│   │   │   │   │   │   ├── ModelDescriptionLink.cshtml.pp
│   │   │   │   │   │   ├── Parameters.cshtml.pp
│   │   │   │   │   │   ├── Samples.cshtml.pp
│   │   │   │   │   │   ├── SimpleTypeModelDescription.cshtml.pp
│   │   │   │   │   │   └── TextSample.cshtml.pp
│   │   │   │   │   ├── Index.cshtml.pp
│   │   │   │   │   └── ResourceModel.cshtml.pp
│   │   │   │   ├── Shared
│   │   │   │   │   └── _Layout.cshtml.pp
│   │   │   │   ├── Web.config
│   │   │   │   └── _ViewStart.cshtml.pp
│   │   │   └── XmlDocumentationProvider.cs.pp
│   │   └── Microsoft.AspNet.WebApi.HelpPage.5.2.3.nupkg
│   ├── Microsoft.AspNet.WebApi.WebHost.5.2.3
│   │   ├── Microsoft.AspNet.WebApi.WebHost.5.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── System.Web.Http.WebHost.dll
│   │   ├── System.Web.Http.WebHost.xml
│   │   └── zh-Hans
│   │   ├── System.Web.Http.WebHost.resources.dll
│   │   └── System.Web.Http.WebHost.xml
│   ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.5.2.3
│   │   ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.5.2.3.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── System.Web.Http.WebHost.resources.dll
│   │   └── System.Web.Http.WebHost.xml
│   ├── Microsoft.AspNet.WebPages.3.2.3
│   │   ├── Content
│   │   │   ├── Web.config.install.xdt
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── Microsoft.AspNet.WebPages.3.2.3.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.3
│   │   ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3.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.1.0.8
│   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8.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.Net.Compilers.1.3.2
│   │   ├── Microsoft.Net.Compilers.1.3.2.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
│   │   ├── 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
│   ├── Microsoft.Owin.3.0.1
│   │   ├── Microsoft.Owin.3.0.1.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── Microsoft.Owin.XML
│   │   ├── Microsoft.Owin.dll
│   │   └── zh-Hans
│   │   ├── Microsoft.Owin.resources.dll
│   │   └── Microsoft.Owin.xml
│   ├── Microsoft.Owin.Cors.3.0.0
│   │   ├── Microsoft.Owin.Cors.3.0.0.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── Microsoft.Owin.Cors.XML
│   │   └── Microsoft.Owin.Cors.dll
│   ├── Microsoft.Owin.Host.SystemWeb.3.0.1
│   │   ├── Microsoft.Owin.Host.SystemWeb.3.0.1.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   ├── Microsoft.Owin.Host.SystemWeb.xml
│   │   └── zh-Hans
│   │   ├── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   └── Microsoft.Owin.Host.SystemWeb.xml
│   ├── Microsoft.Owin.Host.SystemWeb.zh-Hans.3.0.1
│   │   ├── Microsoft.Owin.Host.SystemWeb.zh-Hans.3.0.1.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── Microsoft.Owin.Host.SystemWeb.resources.dll
│   │   └── Microsoft.Owin.Host.SystemWeb.xml
│   ├── Microsoft.Owin.Security.3.0.1
│   │   ├── Microsoft.Owin.Security.3.0.1.nupkg
│   │   └── lib
│   │   └── net45
│   │   ├── Microsoft.Owin.Security.XML
│   │   ├── Microsoft.Owin.Security.dll
│   │   └── zh-Hans
│   │   ├── Microsoft.Owin.Security.resources.dll
│   │   └── Microsoft.Owin.Security.xml
│   ├── Microsoft.Owin.Security.zh-Hans.3.0.1
│   │   ├── Microsoft.Owin.Security.zh-Hans.3.0.1.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── Microsoft.Owin.Security.resources.dll
│   │   └── Microsoft.Owin.Security.xml
│   ├── Microsoft.Owin.zh-Hans.3.0.1
│   │   ├── Microsoft.Owin.zh-Hans.3.0.1.nupkg
│   │   └── lib
│   │   └── net45
│   │   └── zh-Hans
│   │   ├── Microsoft.Owin.resources.dll
│   │   └── Microsoft.Owin.xml
│   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── Microsoft.Web.Infrastructure.dll
│   │   └── tools
│   │   ├── Install.ps1
│   │   ├── Uninstall.ps1
│   │   ├── VS.psd1
│   │   └── VS.psm1
│   ├── Modernizr.2.6.2
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   └── modernizr-2.6.2.js
│   │   ├── Modernizr.2.6.2.nupkg
│   │   └── Tools
│   │   ├── common.ps1
│   │   ├── install.ps1
│   │   └── uninstall.ps1
│   ├── MySql.Data.6.8.8
│   │   ├── CHANGES
│   │   ├── MySql.Data.6.8.8.nupkg
│   │   ├── Readme.txt
│   │   ├── content
│   │   │   ├── app.config.transform
│   │   │   └── web.config.transform
│   │   └── lib
│   │   ├── net40
│   │   │   └── MySql.Data.dll
│   │   └── net45
│   │   └── MySql.Data.dll
│   ├── MySql.Data.6.9.11
│   │   ├── CHANGES
│   │   ├── MySql.Data.6.9.11.nupkg
│   │   ├── Readme.txt
│   │   ├── content
│   │   │   ├── app.config.transform
│   │   │   └── web.config.transform
│   │   └── lib
│   │   ├── net40
│   │   │   └── MySql.Data.dll
│   │   └── net45
│   │   └── MySql.Data.dll
│   ├── MySql.Data.Entity.6.9.11
│   │   ├── CHANGES
│   │   ├── MySql.Data.Entity.6.9.11.nupkg
│   │   ├── Readme.txt
│   │   ├── content
│   │   │   ├── app.config.transform
│   │   │   └── web.config.transform
│   │   └── lib
│   │   ├── net40
│   │   │   └── MySql.Data.Entity.EF6.dll
│   │   └── net45
│   │   └── MySql.Data.Entity.EF6.dll
│   ├── Newtonsoft.Json.10.0.1
│   │   ├── Newtonsoft.Json.10.0.1.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
│   │   │   └── portable-net45+win8+wpa81+wp8
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   └── tools
│   │   └── install.ps1
│   ├── Newtonsoft.Json.10.0.2
│   │   ├── LICENSE.md
│   │   ├── Newtonsoft.Json.10.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
│   │   │   ├── portable-net40+sl5+win8+wpa81+wp8
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── portable-net45+win8+wpa81+wp8
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   └── tools
│   │   └── install.ps1
│   ├── Newtonsoft.Json.6.0.4
│   │   ├── Newtonsoft.Json.6.0.4.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
│   │   │   ├── netcore45
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── portable-net40%2Bsl5%2Bwp80%2Bwin8%2Bwpa81
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── portable-net45%2Bwp80%2Bwin8%2Bwpa81
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   └── tools
│   │   └── install.ps1
│   ├── Oracle.ManagedDataAccess.12.2.1100
│   │   ├── Oracle.ManagedDataAccess.12.2.1100.nupkg
│   │   ├── bin
│   │   │   ├── x64
│   │   │   │   ├── Oracle.ManagedDataAccessDTC.dll
│   │   │   │   └── Oracle.ManagedDataAccessIOP.dll
│   │   │   └── x86
│   │   │   ├── Oracle.ManagedDataAccessDTC.dll
│   │   │   └── Oracle.ManagedDataAccessIOP.dll
│   │   ├── content
│   │   │   └── net40
│   │   │   ├── App.config.install.xdt
│   │   │   ├── App.config.transform
│   │   │   ├── App.config.uninstall.xdt
│   │   │   ├── Web.config.install.xdt
│   │   │   ├── Web.config.transform
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── info.txt
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── Oracle.ManagedDataAccess.dll
│   │   └── readme.txt
│   ├── Owin.1.0
│   │   ├── Owin.1.0.nupkg
│   │   └── lib
│   │   └── net40
│   │   └── Owin.dll
│   ├── Quartz.2.6.2
│   │   ├── Quartz.2.6.2.nupkg
│   │   ├── content
│   │   │   └── job_scheduling_data_2_0.xsd
│   │   └── lib
│   │   ├── net35
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   └── Quartz.xml
│   │   ├── net35-client
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   └── Quartz.xml
│   │   ├── net40
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   └── Quartz.xml
│   │   └── net40-client
│   │   ├── Quartz.dll
│   │   ├── Quartz.pdb
│   │   └── Quartz.xml
│   ├── Respond.1.2.0
│   │   ├── Respond.1.2.0.nupkg
│   │   └── content
│   │   └── Scripts
│   │   ├── respond.js
│   │   └── respond.min.js
│   ├── StackExchange.Redis.1.2.6
│   │   ├── StackExchange.Redis.1.2.6.nupkg
│   │   └── lib
│   │   ├── net45
│   │   │   ├── StackExchange.Redis.dll
│   │   │   └── StackExchange.Redis.xml
│   │   ├── net46
│   │   │   ├── StackExchange.Redis.dll
│   │   │   └── StackExchange.Redis.xml
│   │   └── netstandard1.5
│   │   ├── StackExchange.Redis.dll
│   │   └── StackExchange.Redis.xml
│   ├── System.ValueTuple.4.5.0
│   │   ├── LICENSE.TXT
│   │   ├── System.ValueTuple.4.5.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net461
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── net47
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── netstandard2.0
│   │   │   │   └── _._
│   │   │   ├── portable-net40+sl4+win8+wp8
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net461
│   │   │   │   └── System.ValueTuple.dll
│   │   │   ├── net47
│   │   │   │   └── System.ValueTuple.dll
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard2.0
│   │   │   │   └── _._
│   │   │   ├── portable-net40+sl4+win8+wp8
│   │   │   │   └── System.ValueTuple.dll
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │   └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── Unity.4.0.1
│   │   ├── Unity.4.0.1.nupkg
│   │   ├── UnityConfiguration30.xsd
│   │   └── lib
│   │   ├── net45
│   │   │   ├── Microsoft.Practices.Unity.Configuration.XML
│   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.XML
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   └── Microsoft.Practices.Unity.xml
│   │   ├── portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   └── Microsoft.Practices.Unity.xml
│   │   ├── win8
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.XML
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.pri
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   └── Microsoft.Practices.Unity.xml
│   │   └── wp80
│   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.XML
│   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│   │   ├── Microsoft.Practices.Unity.dll
│   │   └── Microsoft.Practices.Unity.xml
│   ├── WebApiTestClient-obadneil.1.2.1
│   │   ├── WebApiTestClient-obadneil.1.2.1.nupkg
│   │   ├── content
│   │   │   ├── Areas
│   │   │   │   └── HelpPage
│   │   │   │   ├── TestClient.css
│   │   │   │   └── Views
│   │   │   │   └── Help
│   │   │   │   └── DisplayTemplates
│   │   │   │   ├── TestClientDialogs.cshtml.pp
│   │   │   │   └── TestClientReferences.cshtml
│   │   │   └── Scripts
│   │   │   └── WebApiTestClient.js
│   │   ├── readme.txt
│   │   └── tools
│   │   ├── Install.ps1
│   │   └── Uninstall.ps1
│   ├── WebGrease.1.5.2
│   │   ├── WebGrease.1.5.2.nupkg
│   │   ├── lib
│   │   │   └── WebGrease.dll
│   │   └── tools
│   │   ├── WG.exe
│   │   ├── install.ps1
│   │   └── uninstall.ps1
│   ├── bootstrap.3.0.0
│   │   ├── bootstrap.3.0.0.nupkg
│   │   └── content
│   │   ├── Content
│   │   │   ├── bootstrap.css
│   │   │   └── bootstrap.min.css
│   │   ├── Scripts
│   │   │   ├── bootstrap.js
│   │   │   └── bootstrap.min.js
│   │   └── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   └── glyphicons-halflings-regular.woff
│   ├── jQuery.1.10.2
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery-1.10.2-vsdoc.js
│   │   │   ├── jquery-1.10.2.js
│   │   │   ├── jquery-1.10.2.min.js
│   │   │   └── jquery-1.10.2.min.map
│   │   ├── Tools
│   │   │   ├── common.ps1
│   │   │   ├── install.ps1
│   │   │   ├── jquery-1.10.2.intellisense.js
│   │   │   └── uninstall.ps1
│   │   └── jQuery.1.10.2.nupkg
│   ├── jQuery.UI.Combined.1.9.2
│   │   ├── Content
│   │   │   ├── Content
│   │   │   │   └── themes
│   │   │   │   └── base
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery-ui.css
│   │   │   │   ├── jquery.ui.accordion.css
│   │   │   │   ├── jquery.ui.all.css
│   │   │   │   ├── jquery.ui.autocomplete.css
│   │   │   │   ├── jquery.ui.base.css
│   │   │   │   ├── jquery.ui.button.css
│   │   │   │   ├── jquery.ui.core.css
│   │   │   │   ├── jquery.ui.datepicker.css
│   │   │   │   ├── jquery.ui.dialog.css
│   │   │   │   ├── jquery.ui.menu.css
│   │   │   │   ├── jquery.ui.progressbar.css
│   │   │   │   ├── jquery.ui.resizable.css
│   │   │   │   ├── jquery.ui.selectable.css
│   │   │   │   ├── jquery.ui.slider.css
│   │   │   │   ├── jquery.ui.spinner.css
│   │   │   │   ├── jquery.ui.tabs.css
│   │   │   │   ├── jquery.ui.theme.css
│   │   │   │   ├── jquery.ui.tooltip.css
│   │   │   │   └── minified
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   ├── jquery-ui.min.css
│   │   │   │   ├── jquery.ui.accordion.min.css
│   │   │   │   ├── jquery.ui.autocomplete.min.css
│   │   │   │   ├── jquery.ui.button.min.css
│   │   │   │   ├── jquery.ui.core.min.css
│   │   │   │   ├── jquery.ui.datepicker.min.css
│   │   │   │   ├── jquery.ui.dialog.min.css
│   │   │   │   ├── jquery.ui.menu.min.css
│   │   │   │   ├── jquery.ui.progressbar.min.css
│   │   │   │   ├── jquery.ui.resizable.min.css
│   │   │   │   ├── jquery.ui.selectable.min.css
│   │   │   │   ├── jquery.ui.slider.min.css
│   │   │   │   ├── jquery.ui.spinner.min.css
│   │   │   │   ├── jquery.ui.tabs.min.css
│   │   │   │   ├── jquery.ui.theme.min.css
│   │   │   │   └── jquery.ui.tooltip.min.css
│   │   │   └── Scripts
│   │   │   ├── jquery-ui-1.9.2.js
│   │   │   └── jquery-ui-1.9.2.min.js
│   │   ├── Tools
│   │   │   ├── common.ps1
│   │   │   ├── install.ps1
│   │   │   └── uninstall.ps1
│   │   └── jQuery.UI.Combined.1.9.2.nupkg
│   ├── knockoutjs.3.2.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── knockout-3.2.0.debug.js
│   │   │   └── knockout-3.2.0.js
│   │   └── knockoutjs.3.2.0.nupkg
│   └── log4net.2.0.8
│   ├── lib
│   │   ├── net20-full
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   ├── net35-client
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   ├── net35-full
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   ├── net40-client
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   ├── net40-full
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   ├── net45-full
│   │   │   ├── log4net.dll
│   │   │   └── log4net.xml
│   │   └── netstandard1.3
│   │   └── log4net.dll
│   └── log4net.2.0.8.nupkg
├── packages.config
├── 集线器前端调用方式.txt
└── 永久连接前端调用方式.txt

485 directories, 1056 files

标签:

实例下载地址

一个更加完善的SignalR服务端,本人已经在实际项目中使用,聊天室接口已经全部定义,只需要实际的实现,同时集成了Quartz

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警