Archives

Archives / 2010 / February
  • Extension Methods make life easier (C#)

    I use extension methods when I remember they exist.  I started getting tired of writing code to check strings for Null, Empty, Equal before using a database column when I remembered Extension Methods are there to make life easier!  Some great articles/blog entries on it can be found at: