Dependency Injection on SignalRThis article shows how to perform dependency injection on SignalR hubs.Dependency injection is a way to remove hard-coded dependencies be...
Read More
Introduction on SignalRReal–Time Web ApplicationThe real-time web is a set of technologies that enable users to receive information as soon as it is published by its authors, rather than requiring that they or their software check a source periodically for updates.Examples of Real–Time Web Application Development News feed and Notifications in Facebook New updates in Twitter Google Search Google DocsHistory of ASP.NET SignalRDamian Edwards (a program manager on the Microsoft ASP.NET ...
Read More
IntroductionHello friends, This blog is related to a chat application which conatins the exchanging the words in between and also you can share the files.This is a live chat applcation which uses SignalR as a Dot net library for exchanging the data. Lets start the discussion in brief.I hope you will be able to integrate this applcation in your projects after reading this blog. What is SignalR ?SignalR is an asp.net library which helps you to add real time functionality to your ...
Read More