Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » LINQ to SQL
  • Move over LINQ to SQL - you have served your purpose

    As the PCD2008 hangovers wore off the announcements of the week were overshadowed by the apparent axing of LINQ to SQL.  It all started with a post by Tim Mallalieu, where he stated : We’re making significant investments in the Entity Framework such that as of .NET 4.0 the Entity Framework will be our recommended data access solution for ...
    Posted to Simon Munro (Weblog) by simon.munro on November 2, 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