Skip to main content

Posts

Showing posts from March, 2014

What is ASP.NET SignalR?

I’m going to explain very basic introduction about ASP.NET SignalR. What is ASP.NET SignalR? What we can do by using SignalR? What can you do with ASP.NET SignalR? "ASP.Net SignalR is a bi-directional data transfer technique between the browser and the server using HTTP Connection by the help of  WebSocket and HTML5 API ." All development packages of SignalR are available on NuGet SIgnalR Packages are given below. Microsoft.AspNet.SignalR.Core Microsoft.AspNet.SignalR.Owin Microsoft.AspNet.SignalR.SystemWeb Microsoft.AspNet.SignalR.Js for more detail go to link https://github.com/SignalR/SignalR