Copy one directory to another

- Posted in Coding by

Introducing the CopyTo method, which faithfully copies one directory's contents to another directory. The method listing is on Github here.

And here is a sample program demonstrating its usage.

Properly capitalize proper nouns with c-sharp

- Posted in Coding by

C# properly capitalize proper nouns

Here is a method that, if passed a proper noun, such as a person's name or a street address, will return a properly formatted version of that string.