Archive for the ‘Mono 2.0’ Category

An Open Source .NET Port of the Unix Banner Command Line Tool

Thursday, December 25th, 2008

  Banner is a port of the Unix and Linux command-line tool with the same name. It displays the text provided in the argument in ASCII art. It currently displays capital letters, numbers, periods and dashes, but I will be adding some more characters later on. It can also display the ...

Reading and Writing Text Files in C#

Thursday, December 11th, 2008

This post was moved to: http://codehill.com/2009/01/reading-and-writing-text-files-in-c/