The Help Desk demo, Part 8–Deploying to Azure

What good is an application if folks can’t actually use it?  So far, we’ve just been running and testing the application in Visual Studio.  That’s all fine and well, but asking our Help Desk operators to fire up Visual Studio each time they need to go to work just doesn’t really seem feasible. We could […]

Creating a CLR assembly in SQL Server

Recently I had a need to do some performance testing against a CLR assembly in SQL Server.  It seemed to me that the first step to do that performance testing was to create a CLR assembly in SQL Server.  It was a new experience for me, so I thought I’d share the details with you.  […]