URL File Downloader for .NET Updates

  • 1 minute to read
It’s been a while since I wrote the first version of my FileDownloader article and class. Since that time, there have been a lot of positive comments about the article and a handful of feature requests. I finally made the time to update the classes and the article and... Read more

My profile

  • 1 minute to read
I finally felt it was time to put an “About me” type entry on my blog so you can get to know me a little bit better. There are already several links to various profiles that I maintain on LinkedIn, The Code Project, and Community Credit, but they don’t... Read more

SlickEdit Gadgets for Visual Studio 2008

  • 1 minute to read
While I was getting the Code Project Add-in for Visual Studio working on Visual Studio 2008 Beta 2, I decided to see if I could get the SlickEdit Gadgets for Visual Studio 2005 working as well. It turns out, with a little bit of registry tweaking, they work under Visual Studio... Read more

The Code Project Browser Add-in for Visual Studio

  • 3 minutes to read
I received an email today through my blog from one of the developers at SlickEdit, who also happens to be a member of The Code Project community, letting me know about a new Visual Studio Add-in they have developed. You may remember I blogged about the free <a... Read more

Data Binding an Enum with Descriptions on Code Project

  • 1 minute to read
I decided to turn my blog post on data binding an enum into an article on Code Project as well. I did this for two reasons: It gives the topic a much wider audience It provides a ready to use solution with the source code so you... Read more