Convert String to MD5
by Bill Daugherty II on Nov.11, 2008, under System Helpers
1,418 Comments more...Using the TimeSpan Class
by Bill Daugherty II on Oct.29, 2008, under System Helpers
1,285 Comments more...XML Serialization (File and Web Based)
by Bill Daugherty II on Oct.29, 2008, under XMLHelpers
983 Comments more...HTTP Utility (HTML/URL Encode and Decode)
by Bill Daugherty II on Oct.29, 2008, under WebHelpers
1,450 Comments more...Write to a new record with LINQ
by Bill Daugherty II on Oct.29, 2008, under LINQ
118 Comments more...Stream Helper Class
by Bill Daugherty II on Oct.29, 2008, under StreamHelpers
A few methods to help you out with streams (continue reading…)
101 LINQ Examples - From Microsoft
by Bill Daugherty II on Oct.28, 2008, under LINQ
1,260 Comments more...RandomizerClass
by Bill Daugherty II on Oct.28, 2008, under Generics
For this example, I am using a Card object, but you can use any object type (continue reading…)
Reading and Writing INI Files
by Bill Daugherty II on Oct.28, 2008, under System Helpers
Its old school, but its useful still. (continue reading…)
How to use and create Generic Methods
by Bill Daugherty II on Oct.28, 2008, under Generics
To create generic methods I find it easier to actually create the method by generating the code from the method I would normally use to call them. (Right click then refactor) (continue reading…)
Converting a File (Text or Bin) to Byte Array
by Bill Daugherty II on Oct.28, 2008, under System Helpers
81 Comments more...Converting a String to a Byte Array
by Bill Daugherty II on Oct.28, 2008, under System Helpers
419 Comments more...Another way to save images from the web
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
Here is another way to save images from the web. (continue reading…)
Remove Duplicate Strings and Ints
by Bill Daugherty II on Oct.28, 2008, under System Helpers
754 Comments more...Simpler way of using a split string quickly
by Bill Daugherty II on Oct.28, 2008, under System Helpers
1,432 Comments more...Watching for File System Changes with FileSystemWatcher
by Bill Daugherty II on Oct.28, 2008, under System Helpers
647 Comments more...XML Serialization (File Based) - Settings.xml
by Bill Daugherty II on Oct.28, 2008, under XMLHelpers
2,039 Comments more...Save images, and other text or binary data from the web
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
2,068 Comments more...Adding a process to a new thread
by Bill Daugherty II on Oct.28, 2008, under System Helpers
1,099 Comments more...Checking if Image Exists on the Internet
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
66 Comments more...