Ben Dill's Blog

Browse by Tags

All Tags » C# (RSS)
Integer Based Bit Manipulation - C#
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...
C# String Replication Extension Method
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...
SQL + XML(?) + Unicode = Issue
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...
Posted: Oct 25 2007, 10:09 PM by MuteThis | with no comments
Filed under: , ,
More Posts