SignalR is an open source library written in .Net that can provide “real-time” functionality to your Web applications. It simplifies the exchange of data between a Web browser and a Web server using ...
Take advantage of ASP.Net Web Hooks to send HTTP POST notifications within the context of the ASP.Net runtime Essentially, WebHooks is a pattern — its implementation varies from service to service.