November 15th, 2008

You heard might have heard about generics, but how do they work in C# ? And what is that <T> doing in the class definition? This article shows you the benefits of using generics, and how to implement them yourself.
Read the rest of this entry »
Tags: generics, Learn C#
Posted in Intermediate, Learn C# | No Comments, yet!
November 15th, 2008

When writing new code everything seems so obvious that there is hardly a need to code any comments. But then you get that highly tuned and several times rewritten code library the company has been using for 20+ years. Attached to it is a note asking you to recode it in C# before the weekend.
Read the rest of this entry »
Tags: commenting, Learn C#
Posted in Beginner, Learn C# | No Comments, yet!
November 14th, 2008

A little trip through memory lane and how programming has changed. Starting with the birth of C through to C#. The software world has become that little more complicated since the time share ASCII teletype systems. Chinese input, Arabic display, USB devices and gigabytes of memory are standard these days.
Read the rest of this entry »
Tags: Java, Learn C#
Posted in Beginner, Learn C# | No Comments, yet!