Monthly Archives: May 2006

Outlook 2007 Beta 2 RSS Feeds

I’ve been playing with Office 2007 Beta 2, as have many other people, and I like it. In fact, this post was composed in Word, and published straight here. One thing I don’t seem to be able to get to … Continue reading

Posted in General, Software | Comments Off

Backup an assembly from the GAC

Scenario : You build a new version of an assembly that needs to be deployed to GAC. You need to make sure you have a roll-back plan, but the original file that you added to the GAC (the previous version) … Continue reading

Posted in General | Leave a comment

Determine if an assembly is a debug or release build

*This code originally came from another blog, although it was written in VB over there. It has lost some elegance in the translation, but I needed a very quick solution this afternoon, and I needed it in C#, so here … Continue reading

Posted in .NET, C# Snippets, Software | 1 Comment