linq.js: LINQ for Javascript 20 Jun 2015 • Javascript JS LINQ Last week I discovered a Javascript library that simulate Linq Systax in Javascript. linq.js allows you to reproduce linq
The difference between IQueryable and IEnumerable 19 Mar 2015 • .NET C# LINQ The difference between IQueryable and IEnumerable are interfaces that allows you to manipulate and query collections of data. IEnumerable is inherited..