What’s the best open source LINQ provider (in terms of completeness)?
I’m developing an open source LINQ provider myself and I’d like to borrow as many ideas as I can, avoid common pitfalls, etc.
Do not restrict yourself to database LINQ providers, any provider suggestion is welcome.
There is another implementation “re-linq”.
Have a look here:
Hope it helps,
Patrick