IraMellor.com Blog

RSS RSS
  • From Coder to PM or Architect

    Tags: Other, Career

    The Coder Much like everyone else, I started my career as a coder. Rob Conery from Tekpub has a great series on going from coder to developer here. Being the coder has it’s up sides, low … more

  • Website Move and Software Change

    Tags: Other

    I recently canceled my account for a VPS in lieu of shared hosting. I was dropping a bunch of websites and didn’t really need a VPS anymore. So I figured I hadn’t touched my website in a while so I … more

  • The HttpWebRequest and Using Client Certificates

    Tags: C#

    So you may have found yourself in a similar situation, needing to make a TCP/IP request to a 3rd party API possibly using SSL. Well, that is a quite simple task. It can however, be complicated if … more

  • Top Posts of 2008

    Tags: Other

    In a look back at what I have put up this year, here are the posts that have been most frequently visited: LINQ Distinct, a DataTable and the IEqualityComparer<T> Using Database … more

  • The private access modifier can do that?

    Tags: C#

    If you look up accessibility levels on the MSDN web site, it will tell you that the accessibility of the private access modifier is limited to the containing type. I ran into an instance that showed … more