CodeBetter.Com
CodeBetter.Com

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Don't ever, ever build domain objects that can't...

    ...run without the database -- Active Record implementations like Trade trade = new Trade("tradeId") where the constructor immediately reaches into the database to grab the rest of its properties. One of the reasons that I won't use the Entity Framework by choice is the lazy fetch implementation...
  • More on modopt

    Previously I discussed some issues with modopt . Well there are more. In total I have logged three issues (could be many more as nearly every language I have looked at has the same problems). I figured I would put up some links and describe each issue here. C# specification does not define modopt varying...
    Posted to Greg Young [MVP] (Weblog) by Greg on 06-11-2007
Page 1 of 1 (2 items)