Background worker in ASP.Net Core

Hello and Welcome :), Today we are going to discuss how we can add functionality to an APS.Net Core application outside of a request. The code for this post can be found here. The story As some, if not all of you know, web servers usually only work in the context of a request. So … Continue reading Background worker in ASP.Net Core

Testing SignalR Hubs in ASP.Net Core 2.1

Hello and Welcome 🙂 As some of you might have heard, ASP.NET Core 2.1.0 went live at the end of last month. One of the features that come with this release is also the release of SignalR which for those who do not know about it, it's a library that allows for two-way communication between … Continue reading Testing SignalR Hubs in ASP.Net Core 2.1