Headline, Code, RIA »

[28 Jun 2010 | 0 Comments]

  Last night I was reading through the Vision and Scope document for a project that we are involved in with the British Library, one of the requirements was to geocode a search term. If you are not familiar with the term geocoding then congratulations; you're getting out of the house enough. Ge... [More]

Code »

[4 May 2010 | 1 Comments]

I Just read the blog post: Say No to Null and it was an interesting read but something about the idea of not handling Possible null exceptions rubs me up the wrong way. The two reasons for not handling null were: Less code would need to be written. Code will look more elegant. Neither of t... [More]

ASP.NET, Code, RIA, Headline »

[4 May 2010 | 0 Comments]

A few weeks ago I was discussing way to Get A Mac Address in Silverlight 4 with James Forage. I was looking to see  if there was a managed way of doing this, sadly there isn’t. However James discovered a rather interesting Unmanaged way using Silverlight 4’s new AutomationFactory. I’ve p... [More]