I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Thursday, May 17, 2007

First C# program

Today I wrote my first C# program, following an example in a book: it created a window object and then two other objects that derived from the window object but overrode the window object's DrawWindow method. Then I drew each object. And indeed they overrode the window object's methods. All in the console! It was breathtaking.

No comments: