As a follow up to my post from yesterday , here is the C# extension version of the integer bit manipulation. In order to facilitate the code I post, I have created a Codeplex project. The project name is Pickle , from my last name. It...
I finally got around to installing Visual Studio 2008 tonight and wanted to write a quick piece of code using a new feature. The first thing that came to mind was a string replication extension method. This was inspired by something I just wrote in 2...
The title of this post may not be entirely accurate, but it is pretty close. I recently encountered an issue with a 3rd party component that was reading unicode information from a MSSQL 2005 database and then sending an email using the value. For some...