Tuesday, January 8, 2013

I found a great old ARPAnet documentary that evangelizes networking computers in order to share resources: Computer Networks: The Heralds of Resource Sharing

Thursday, December 20, 2012

This is a good tutorial on using the Visual Studio to create a photo viewer here:How Do I: Create a Picture Viewer in C#

Wednesday, April 11, 2012

Notepad

A C# project that implements a Notepad like application is a good way to demonstrate the fundemental concepts involved in developing a forms based app.
Here is a good tutorial.
Here is a good notepad C# project source.