Posts tagged with linq

Feb 7 2011

LINQ in JavaScript, now with more ES5

A look at the way ECMAScript 5 is improving LINQ in JavaScript

javascriptlinqweb
Apr 25 2010

LINQ in JavaScript

LINQ is just a pattern, this shows you how to produce it in JavaScript

linqjavascript
May 19 2009

Query Syntax vs Method Syntax

What's the difference with LINQ to using query syntax to pure lambda expressions?

linqc#.net