Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best open source LINQ provider [closed]

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.

like image 787
Mauricio Scheffer Avatar asked Oct 06 '08 14:10

Mauricio Scheffer


1 Answers

There is another implementation "re-linq".

Have a look here:

  • http://www.re-motion.org/blogs/team/archive/2009/04/23/introducing-re-linq-a-general-purpose-linq-provider-infrastructure.aspx
  • http://www.codeproject.com/KB/linq/relinqish_the_pain.aspx

Hope it helps, Patrick

like image 141
Patrick Wolf Avatar answered Sep 19 '22 19:09

Patrick Wolf