Convert String to MD5
by Bill Daugherty II on Nov.11, 2008, under System Helpers
65 Comments more...Using the TimeSpan Class
by Bill Daugherty II on Oct.29, 2008, under System Helpers
64 Comments more...XML Serialization (File and Web Based)
by Bill Daugherty II on Oct.29, 2008, under XMLHelpers
66 Comments more...HTTP Utility (HTML/URL Encode and Decode)
by Bill Daugherty II on Oct.29, 2008, under WebHelpers
1,011 Comments more...Write to a new record with LINQ
by Bill Daugherty II on Oct.29, 2008, under LINQ
57 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
61 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
59 Comments more...Converting a String to a Byte Array
by Bill Daugherty II on Oct.28, 2008, under System Helpers
58 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
61 Comments more...Simpler way of using a split string quickly
by Bill Daugherty II on Oct.28, 2008, under System Helpers
70 Comments more...Watching for File System Changes with FileSystemWatcher
by Bill Daugherty II on Oct.28, 2008, under System Helpers
59 Comments more...XML Serialization (File Based) - Settings.xml
by Bill Daugherty II on Oct.28, 2008, under XMLHelpers
64 Comments more...Save images, and other text or binary data from the web
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
68 Comments more...Adding a process to a new thread
by Bill Daugherty II on Oct.28, 2008, under System Helpers
382 Comments more...Checking if Image Exists on the Internet
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
59 Comments more...