Friday 19 October 2012

LINQ to JavaScript | LINQ for JavaScript | JLinq

Below are few collections of JavaScript Library that allows you to query JSON objects with the syntax similar like Syntax .

1. LINQ to JavaScript (JSLINQ)

 

LINQ to JavaScript is an implementation of LINQ to Objects for JavaScript. It provides the developers with the options to query against the JavaScript Arrays.
Know more about LINQ to JavaScript (JSLINQ) and download from codeplex

2. JLinq

 

JLinq is a 100% JavaScript library which allows the developers to perform LINQ queries on JSON arrays.
Another interesting feature of JLinq is the extensibility.
Know more about JLinq and download here

3. Reactive Extensions for Javascript (RxJS)

The RxJS enables the developers to use Rx operators in JavaScript.
Know more about Rx for Javascript here

4. linq.js – LINQ for JavaScript

linq.js – LINQ for JavaScript implements close to 90 methods and all .NET 4.0 methods and supports Intellisense support for Microsoft Visual Studio. It comes in 2 versions – one for JavaScript (linq.js) and other for JQuery (jQuery.linq.js).

Know more about linq.js – LINQ for JavaScript and download from codeplex

5. $Linq

 

$linq is a Javascript version of .NET’s LINQ to Objects and implements most of the corresponding .NET LINQ to Objects methods like select , select many, where, order by, distinct, group by, join, except etc.
Know more about $Linq and download from Codeplex

No comments :