The Great Linq

Linq insanities

November, 2007

Posts
  • The Great Linq

    Where(prototype)

    • 0 Comments
    Just something I decided to try cobbling together tonight. Didn't take more than a few minutes, trying to type quietly (didn't want to wake anyone). It allows you to do things like: var q = db.Customers.Where( new Customer { CustomerID = "EASTC" }); ...
  • The Great Linq

    Encapsulation and LINQ to SQL

    • 5 Comments
    In my last post I rendered some opinions on how to approach using LINQ to SQL in an encapsulated manner.  In response, several folks requested I put together some more concrete examples.  I have now done so.  Pardon the high code-to-text...
  • The Great Linq

    LINQ and 3-Tier Dogma

    • 1 Comments
    One of the most frequent questions we've received about LINQ to SQL deals with fitting it into the classic three-tiered scenario. That is: Presentation --- Logic --- Data I know someone somewhere is going to accuse me of heresy for what I'm about...
Page 1 of 1 (3 items)