I recently needed to add a Windows Service to a web app solution to handle some long-processing operations asynchronously. The web app is being deployed…
Category: Microsoft
Here are the browser stats for my site from Jan 15 2013 to Feb 14 2013: Browser Percent Chrome 47.35 IE 26.41 Firefox 22.49 Safari…
As I develop more services for mobile devices (and mobile web in particular), cross-domain calls are becoming more frequent. Essentially, a cross-domain call happens when…
Due to many circumstances, I have a need to upgrade my shared hosting from .Net 3.5 to .Net 4.0. Normally this is no big deal,…
I didn’t realize how much I use the tool bar in Outlook, but once it was gone, I felt crippled. I have no idea why…
The problem I needed to solve was this: Two users were independently creating the same document. Once this was discovered, one of them was chosen…
In my continuing battle with SharePoint, I needed to set up a new development environment. This time I am constrained to using Windows 7. Clearly,…
This is another one of those tasks where I thought it should be simple. That should be a red flag right there. I ended up…
I have been developing for SharePoint lately, working on timer jobs. This resulted in tons of deployments and job runs, and before I knew it…
Ever since the var keyword was released in C#, I’ve struggled with using it. To me var felt like using variant or object in VB,…