Browse by Tags

All Tags » Language » Code
  • Rotten to the Multi-Core

    Everyone’s trying to figure out the next big software gimmick that’s going to make utilizing your multi-core machines super easy.  Let’s face it, having to write code with locks and threads is not going to be it.  We’ve had that capability for a long time and only the cream of the crop developers even dared to tread there, and even fewer ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on June 5, 2007
  • IQueryable’s Deep Dark Secret

    I love the IQueryable interface, but it’s got a dark checkered past that most of you might not know about.  IQueryable is a great way to expose your API or domain model for querying or provide a specialized query processor that can be used directly by LINQ.  It defines the pattern for you to gather-up a user’s query and present it to ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on June 1, 2007
  • The Origin of LINQ to SQL

    LINQ to SQL, possibly Microsoft’s first OR/M to actually ship in ten years of trying, was never even supposed to exist.  It started out as a humble Visual Studio project on my desktop machine way back in the fall of 2003, long before anyone heard about it, long before anyone even guessed what would come next, except for the readers of this ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on May 31, 2007
  • Beyond Dynamic Languages

    Everywhere I turn, all I read about is dynamic languages. Apparently, there is a small yet growing contingent of programmers that think dynamic is the only way to go. These guys are frustrated with the shackles of static type systems that force them to write clean code. And apparently, there is also a small and growing contingent of media types ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on April 28, 2006
  • Beyond the Query

    I have been working a long time to bring queries into a modern programming language. Seven years ago I looked beyond ORM and saw the next horizon, a new world where boundaries between data are blurred and popular paradigms from different disciplines combine. Many have tried to convince me that it is simply a mirage, and maybe in some respects it ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on April 19, 2006
  • What the World is saying about LINQ

    “LINQ is totally awesome. It’s like this thing that you use to condense your entire application into one line of demo code. Sweet!” - Stanley Morgan   “LINQ is divine but DLINQ is a delinquent. It gives programmers too much power and makes programming against data way too easy. Is nothing sacred anymore?” – Ned Flanders   “Lambdas ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on September 21, 2005