You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Dominic St-Pierre edited this page Jan 3, 2014
·
1 revision
Installing LCSK via NuGet
The easiest way to add LCSK to your ASP.NET 4 project is to use NuGet.
Install-Package LCSK
What it will do?
Add a reference to Microsoft.AspNet.SignalR
SignalR do have some dependencies as well, you can see a list here.
Add the LCSK folder to the root of your project.
All .cs file will use your current Namespace.
JavaScript files
We have included the SignalR and jQuery js file into the LCSK folder for clarity.
Feel free to use the one added by Microsoft.AspNet.SignalR package in the Scripts folder instead. Make sure to change the source for script tags to reflect your choices.