Tag: Azure

To Cloud or not To Cloud?

As a developer, the choice to go to the cloud has always been pretty clear, do it! Why would anyone want to run their own machines. Cloud services like Azure and AWS have been a phenomenal boon to service delivery, options, and capabilities that developers like myself hoover up like it’s going out of style.
Read More »

SignalR, Azure and Scaleout

Recently Resgrid started utilizing SignalR to allow real-time updates to clients. If your unfamiliar with SignalR is a server/client Web Socket framework giving an easy API for Microsoft backend server solutions (like MVC, ASP.Net, etc) to utilize Web Sockets. Resgrid has a fairly simple infrastructure: Dual Azure Web App instances for web and api, backend
Read More »