Convert String to MD5
by Bill Daugherty II on Nov.11, 2008, under System Helpers
1,337 Comments more...Using the TimeSpan Class
by Bill Daugherty II on Oct.29, 2008, under System Helpers
1,240 Comments more...XML Serialization (File and Web Based)
by Bill Daugherty II on Oct.29, 2008, under XMLHelpers
868 Comments more...HTTP Utility (HTML/URL Encode and Decode)
by Bill Daugherty II on Oct.29, 2008, under WebHelpers
1,449 Comments more...Write to a new record with LINQ
by Bill Daugherty II on Oct.29, 2008, under LINQ
114 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,072 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
67 Comments more...Converting a String to a Byte Array
by Bill Daugherty II on Oct.28, 2008, under System Helpers
416 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
594 Comments more...Simpler way of using a split string quickly
by Bill Daugherty II on Oct.28, 2008, under System Helpers
1,312 Comments more...Watching for File System Changes with FileSystemWatcher
by Bill Daugherty II on Oct.28, 2008, under System Helpers
482 Comments more...XML Serialization (File Based) - Settings.xml
by Bill Daugherty II on Oct.28, 2008, under XMLHelpers
1,105 Comments more...Save images, and other text or binary data from the web
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
1,122 Comments more...Adding a process to a new thread
by Bill Daugherty II on Oct.28, 2008, under System Helpers
1,088 Comments more...Checking if Image Exists on the Internet
by Bill Daugherty II on Oct.28, 2008, under WebHelpers
59 Comments more...