Ben Dill's Blog

Browse by Tags

All Tags » Extension Method (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...
More Posts