dotnetcorner.ch blog

Glimpse - Debugging made easy0

20 March 2014
Christoph Keller Christoph Keller

Glimpse shows execution timings, server configuration, request data and more, all in browser, with no changes to your application code. Just install the NuGet package, and you're good to go!


Tip: Debugging a SharePoint 2010 Timed Job0

03 May 2011
Christoph Keller Christoph Keller

Recently, I had to develop a timed job (an instant one-time job) on the SharePoint 2010. During the development, I asked myself how I can debug the just created job, so I started searching for a solution.