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.
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.