linq.js: LINQ for Javascript

linq.js: LINQ for Javascript

Code plex Linq JLast week I discovered a Javascript library that simulates C# Linq Syntax in Javascript.

linq.js allows you to reproduce linq queries on JSON objects and javascript objects, the lib is stored on Codeplex at the following link, it has a lot of features: high compatibility with C# Linq syntax, JQuery object compatibility, Visual studio intellisense.

Simple test

The following code shows some tests realized using linq.js and QUnit, you can find more tests in the “test” folder inside the .zip release