Check out my book "Hands-On RESTful Web Services with ASP.NET Core" available on Amazon or Packt. Source code available on GitHub
linq.js: LINQ for Javascript

linq.js: LINQ for Javascript Last 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 ...