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 […]
Category: AJAX
ASP.NET MVC – Using JQuery, AJAX
In this article we will clarify our knowledge about using and posting a form with JQuery and Ajax. Before dive into core topic let’s have an overview about JQuery and Ajax. What is it? What is JQuery? Well, JQuery is a framework (tools) for writing JavaScript, Walk as “write less, do more”, jQuery is to make easier to […]