Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET » LINQ to SQL
  • Controllers, Doers and the Entity Framework

    I don't envy the work that Enterprise Architects (EA) do.  The closest that they actually get to architecture is describing, often in PowerPoint, a target 'to-be' architecture that will never actually materialize because something will change before it has a chance to.  Enterprise Architects are the technical head controllers in the ...
    Posted to Simon Munro (Weblog) by simon.munro on December 10, 2008
  • Architecture with layers, active records, and onions

    In the 1990s I coded on a few systems where the architecture was that we attached database functionality to our business objects, so you could do something like     someObject.Value = 4;   someObject.Save();   While this looks appealing, this pattern (I later learned that it is called active record) has fallen out of ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on August 16, 2008
Powered by Community Server (Personal Edition), by Telligent Systems