![]() |
VOOZH | about |
dotnet add package Microsoft.AspNet.SignalR.Owin --version 1.2.2
NuGet\Install-Package Microsoft.AspNet.SignalR.Owin -Version 1.2.2
<PackageReference Include="Microsoft.AspNet.SignalR.Owin" Version="1.2.2" />
<PackageVersion Include="Microsoft.AspNet.SignalR.Owin" Version="1.2.2" />Directory.Packages.props
<PackageReference Include="Microsoft.AspNet.SignalR.Owin" />Project file
paket add Microsoft.AspNet.SignalR.Owin --version 1.2.2
#r "nuget: Microsoft.AspNet.SignalR.Owin, 1.2.2"
#:package Microsoft.AspNet.SignalR.Owin@1.2.2
#addin nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.2.2Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNet.SignalR.Owin&version=1.2.2Install as a Cake Tool
OWIN componenets for ASP.NET SignalR.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.SignalR.Owin:
| Package | Downloads |
|---|---|
|
RelaxCoder.WebBrowserSignalR
// WinXp/2003 only support up to IE8(No WebSocket), so your WinForm project with Html5 UI will be very slow. // 1.Create a DotNet4.0 project(WindowsFormsApplication) and copy codes below. // 2.Add an Application Manifest File(app.manifest) to your project and set requestedExecutionLevel to "requireAdministrator" or "highestAvailable". // 3.Download and unzip to your project excute path and run your project. // (select Win32 Binary) http://webkitdotnet.sourceforge.net/downloads.php // // 4.If you want Chrome kernel, change code to enumWebBrowserType.CefSharp // https://github.com/cefsharp/CefSharp/releases/download/v1.25.5/CefSharp-v1.25.5-binaries.zip // CefSharp-v1.25.5 need Microsoft Visual C++ 2012 Redistributable // using System; using System.Windows.Forms; namespace test1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); var WebBrowserType = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.enumWebBrowserType.WebKit; var SignalrSelfHostPort = 60001; var SignalrSelfHostIp = "127.0.0.1"; Action DisposeAction_AfterFormDisposedEvent = () => { // Your DisposeAction }; string urlSignalr = null; var w = RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.AddWebBrowser(SignalrSelfHostIp, SignalrSelfHostPort, WebBrowserType, "", this, "", out urlSignalr, DisposeAction_AfterFormDisposedEvent); RelaxCoder.WebBrowserSignalR.WebBrowserSignalR.SetWebBrowserUrl(w, "http://html5test.com"); } } } |
|
|
ScriptCs.SignalR
Some simple helpers for writing SignalR in C# scripts. The main purpose of this is to allow sending messages to clients without having to use the dynamic object, which is not supported by Roslyn (and therefore ScriptCs) at the time of writing. |
|
|
Kleu.Utility.Web
Web stack with OWIN, WebApi, SignalR, Autofac, AutoMapper, various utilities and configuration defaults to speed up initial setup efforts |
|
|
Supwin.ServiceFramework.BaseServices
My package description. |
|
|
Televic.Mycro
Light-weight framework for building micro services |
Showing the top 4 popular GitHub repositories that depend on Microsoft.AspNet.SignalR.Owin:
| Repository | Stars |
|---|---|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
|
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
|
|
|
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
|
|
|
restful-routing/restful-routing
A rails inspired restful routing api for asp .net mvc
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.2 | 4,195,387 | 8/29/2014 |
| 1.2.1 | 118,426 | 2/17/2014 |
| 1.2.0 | 49,990 | 12/19/2013 |
| 1.1.4 | 296,967 | 12/10/2013 |
| 1.1.3 | 169,737 | 8/6/2013 |
| 1.1.2 | 87,068 | 6/1/2013 |
| 1.1.1 | 38,917 | 5/20/2013 |
| 1.1.0 | 27,288 | 5/14/2013 |
| 1.1.0-beta1 | 18,994 | 4/11/2013 |
| 1.0.1 | 190,685 | 2/28/2013 |
| 1.0.0 | 350,157 | 2/18/2013 |
| 1.0.0-rc2 | 40,881 | 1/15/2013 |
| 1.0.0-rc1 | 25,584 | 12/13/2012 |