LINQ [rss]

Mocking LINQ to SQL

Matt Warren has an "interesting" post on how you could hack your way to a mocked implementation of LINQ to SQL - if I had a pound for every time someone's asked me how to do this then I'd have at least 3 pounds :-) Seriously though, there is interest Read More

Filed Under: ,

Entity Framework Talk at Oracle .NET SIG

Thanks a lot to the people who came along to my Entity Framework talk at the Oracle and .NET Special Interest Group in London today. As promised, I've uploaded the slides in PPTX and PDF format if you need them for anything. Read More

Entity Framework Talk at VBUG Bristol

Thanks to the people who came along to my talk on Entity Framework at VBUG in Bristol yesterday. I promised that I'd make the slides available and they can be found here for download in PPTX format and PDF format. This was more or less the same talk Read More

Filed Under: , , ,

You've got to stop calling it "LINQ" :-)

<rant strength="veryMild"> A bit of a personal bugbear. I've met a lot of folks who say things like "How do you compare LINQ and traditional data access?" or something along those lines. Please. You've got to stop calling it "LINQ" :-) LINQ is Read More

Filed Under:

LINQ to SQL and SqlConnection ( "when you're wrong, you're wrong" :-) )

I was talking to Ian and another chap at the UK Launch yesterday about LINQ to SQL and my use of the DataContext in some demo code where I always tend to write something like; using (DataContext ctx = new DataContext()) { } and whether Read More

Filed Under: ,
More Posts Next page »