Browse by Tags

Related Posts

  • Messing around with LinqToSql

    This post is part of a small series on .NET ORM tools. You can find the rest of them here . As part of my continuing efforts to fragrantly misuse a number of .NET ORM tools, here is my effort with LinqToSql. The usual proviso applies: all of this is really quick and hacky, as it is just to get a little...
    Posted to dave^2=-1 (Weblog) by dtchepak on 12-21-2007, 12:00 AM
    Filed under: .net, imho, linq, orm
  • LINQ-to-SQL logging via DataContext.Log

    After playing around with LINQ-to-SQL today I noticed that the generated DataContext subclass exposes a Log property of type TextWriter . I initially replaced this with a StringWriter backed by a local StringBuilder variable so I could read the output, but then decided to take advantage of the fact that...
    Posted to dave^2=-1 (Weblog) by dtchepak on 11-08-2007, 12:00 AM
    Filed under: .net, imho, linq
  • LINQ, Lambda expressions and maths

    One of the features that enables LINQ to work are the implementation of Lambda expressions . Lambda expressions are basically another way of representing a function, and are used in LINQ to pass function pointers/delegates around without the verbosity of declaring function blocks. For example: public...
    Posted to dave^2=-1 (Weblog) by dtchepak on 12-13-2006, 12:00 AM
    Filed under: .net, imho, linq
Page 1 of 1 (3 items)
Page view counter