User Specific Notifications Using ASP.NET MVC & SignalR

In this post we are going to explore how to implement user based notification using ASP.Net MVC & SignalR. In case if you are new to SignalR the please get some basics here: https://docs.microsoft.com/en-us/aspnet/signalr/overview/getting-started/introduction-to-signalr Why SignalR? SignalR provides “real-time” web functionality in our application using Javascript function call in client browser from server (Server Sent Events). It has […]

ASP.NET SignalR Basic

Today we are going to learn about SignalR with a very basic sample Asp.Net MVC project.  Download source code 7.27 MB What is SignalR? According to Wikipedia: ASP.NET SignalR is a library for ASP.NET developers to add real-time web functionality to their applications. SignalR is a framework for building asynchronous applications. “R” stand for “Real Time”. SignalR is a realtime communication framework […]