I was just writing up in another post about the System.IO.File in terms of streams, when I realized that this section could come in handy, as a quick reference, in the future, and deserved its own post.
It just lists, succinctly, the most common static methods used to open, read, write files, with information as to the returned variable, Encoding used, and whether an err if will be thrown if the file is not found...