SignalR

1 posts

How to fix problems with data cacheing in ASP.net MVC 4, SignalR and Entity Framework

The Problem I was using the wonderful SignalR libraries to create a status window (I have a VERY long running process in my new Data Hammer project, it takes about 15 minutes to run) and I need to inform the user on where the process is at any given time.  My original code looked like […]