blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » .NET » code » linq
  • 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
  • LINQ as a DSL

    What kind of thing is Language Integrated Query, exactly? You can draw the line in a number of places, but I am going to cut it down to the core, where LINQ is a Domain Specific Language.   There are LINQ-enabling language features, i.e the language extensions of type ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on March 14, 2008
Powered by Community Server (Personal Edition), by Telligent Systems