Introducing jQuery-goTop

  • 1 minute to read
There are lots of pages that use some sort of JavaScript or jQuery plugin to provide a “go to top” feature. I’m sure you’ve seen it: As you scroll down the page, a little arrow appears somewhere near the bottom that lets you easily jump back to the top. For... Read more

Favorite Visual Studio Extensions

  • 2 minutes to read
The Visual Studio Gallery is the best place to find tools, controls, and templates to help make your life as a developer easier and more productive. Every so often, I publish my personal list of favorite extensions. This is something I started back when Visual Studio 2010 was first... Read more

Cadru is now on NuGet

  • 1 minute to read
A little over a year ago I announced the availability of Cadru, an open source utility framework containing new APIs and extensions to the core .NET Framework to help complete your developer toolbox. I am very pleased to announce that the Cadru assemblies are now available on... Read more

Announcing codestyle.co

  • 3 minutes to read
Code style and standards has been a passion of mine for a long time. I’ve helped a lot of different companies create and adopt code standards. One of the main problems with documenting code standards is that once the document is created, no one ever goes back and adjusts them... Read more

Cloud hosted CI for .NET projects

  • 4 minutes to read
Continuous integration (CI) is important. If you don’t have it set up…you should. There are a lot of different options available for hosting your own CI server, but they all require you to maintain your own infrastructure. If you’re a business, that generally isn’t a problem. However, if you have... Read more