August, 2008

Posts
  • a witty title for a witty blog

    C# Automatic Properties

    • 6 Comments
    I am strongly in favor of automatic properties. They make code more readable and more concise. And that's often no easy task. However, I have seen a lot of people get tripped up by automatic properties because of the restriction that you must implement...
  • a witty title for a witty blog

    C# Extension Methods

    • 2 Comments
    As of C# 3.0, a controversial yet exceptionally convenient feature known as extension methods have been added. The gist of the feature is to allow developer's the ability to syntactically extend any object. As with any language feature, it can be readily misused or abused. However, that has never stopped us from accepting new constructs in order to make code clearer and more concise....
Page 1 of 1 (2 items)