This is a mirror of official site: http://jasper-net.blogspot.com/

$linq, a .NET Linq to Objects for JavaScript script (i.e. LINQ for JavaScript)

| Wednesday, September 19, 2012
Project Description 
$linq is a Javascript version of .NET's Linq to Objects, with some query operations inspired by MoreLinq (an extension to Linq to Objects).

What is $linq?
$linq is an implementation of .NET Linq to Objects for Javascript. It implements most of the corresponding .NET Linq to Objects methods. It also implements some methods inspired by MoreLinq (http://code.google.com/p/morelinq). $linq will work with arrays and jQuery collections. $linq can also generate values from a numerical range, as an item repeated a given number of times, and from RegExp match results.
Some of the Linq to Objects methods implemented
select
selectMany
where
orderBy
thenBy
distinct
groupBy
groupJoin
join
except
union
intersect
take/takeUntil
skip/skipUntil

QR: Inline image 1

Posted via email from Jasper-net

0 comments: