I remember a few months ago finding a very short (three methods, IIRC) but very useful library extending datacontext in Linq to SQL.
I’ve been googling for it the last few days, and i’m getting more and more frustrated that I can’t find it.
I know i’m not very precise/clear, but the more I search for it without results, the more I want it 🙂
[EDIT] It was an library, with three methods, and IIRC, one for executing stored procedures. Hosted on a big site like codeplex or googlecode (already tried to search on them). I remember seeing at least one blog post extending this library.
I think I found my answer : Dapper !
( http://code.google.com/p/dapper-dot-net/ )
It`s extending IDbConnection rather than DataContext, but I’m nearly sure it’s the one I was looking for.