Monday, February 9, 2009

JSINQ - LINQ to Objects for JavaScript

JSINQ is the JavaScript library that allows you to write SQL-like queries against arrays and DOM node lists.

JSINQ is a complete implementation of LINQ to Objects in JavaScript. What that means is that if you know LINQ and you know JavaScript, you know JSINQ. JSINQ is both an API-compatible implementation of System.Linq.Enumerable and a complete query-expression compiler. That's right: you can write LINQ-style queries in JavaScript. And if that isn't enough: JSINQ is also very liberally licensed, well-document, reasonably well-tested (the Enumerable-part) and currently in beta. So give it a go!

Try JSINQ here
Download JSINQ here


No comments:

Post a Comment