views:

105

answers:

2

Background:

Just for laughs I decided to search to see if anyone out there had developed a JavaScript implementation of LINQ.

Lo and behold, there seem to be several of them. It would seem like LINQ implementations are almost like string Template processing engines: everyone and his dog has written one.

Question: Does anyone out there use a LINQ implementation in production JavaScript code, and if so is there any ranking or preferences for those who have used more than one?

+3  A: 

Doesn't get actually what you (and maybe your dog) need. LINQ like system to query DB ? I never met this kind of projects.

If you want query JS arrays/objects you can try something like JSLINQ , JLINQ and JSINQ .

P.S. My dog is inspired and wants implement something like these and name it JINQ :)

Mushex Antaranian
Also there is [http://linqjs.codeplex.com/](http://linqjs.codeplex.com/) linqjs
dreftymac
wow, sea of naming inspiration for my dog :)
Mushex Antaranian
which is best !?
Simon_Weaver
+1  A: 

Pls check out..very impressive.

hugoware jLINQ

Also on Codeplex

Amitd