Archives

Archives / 2011
  • Orchard

    I recently migrated this blog from dasBlog to the Orchard CMS. It all went pretty smoothly – I followed the instructions here pretty much, and everything was fairly simple. There was nothing … more

  • A System.Reactive property change observer

    I recently read Mike Taulty’s post on creating a FlickR searcher with Silverlight and Microsoft’s System.Reactive extensions. In his post, Mike says this about the way his property … more

  • Entity Framework June 2011 CTP–enums!

     

    The ADO.NET team at Microsoft just announced the release of the Microsoft Entity Framework June 2011 CTP.

    There are a few nice features in there – one that I have been looking forward … more

  • WCF services without adding a service reference

     

    One way to avoid the spaghetti code and awkward namespaces that arise from using the Add Service Reference in Visual Studio is to extract your service interface code (including any … more