LINQ in JavaScript, ES6 style, for real this time
Revisiting how to implement LINQ in JavaScript on top of ES6 but this time it's actually going to be on top of ES6 features!
Revisiting how to implement LINQ in JavaScript on top of ES6 but this time it's actually going to be on top of ES6 features!
A quick clarification on my previous post about LINQ in JavaScript using ES6 features.
It's been a few years since I last blogged about the concept of LINQ in JavaScript as a lot has changed in the JavaScript landscape. So let's revisit the idea of it with a look at how you could leverage LINQ in JavaScript for ES6.
A look at the way ECMAScript 5 is improving LINQ in JavaScript
This article was migrated from old website, originally dated 19 March 2009
LINQ is just a pattern, this shows you how to produce it in JavaScript
Easily generating Excel documents using LINQ to XML
Ever wondered how LINQ to Umbraco was build? Well look no further
What's the difference with LINQ to using query syntax to pure lambda expressions?
Recently I did a blog post on my implementation of LINQ in JavaScript which was just talking about a little project I was working on to produce a LINQ-style API within …
Let me start by saying that I am aware that there is a LINQ to JavaScript project on Codeplex but this was done by me are more of an achidemic exercise/ challange. So while …
Since I've started writing LINQ to Umbraco I have been doing a lot of investigation into the way that LINQ works and how to go about building your own custom LINQ provider. One …
As I mentioned in a previous post I'm working on a LINQ provider for Umbraco, a proper one, not one which is exploiting the operations on LINQ to Objects. Well I thought I'd do an …
Well I'm making good headway with LINQ to Umbraco, in the next few days I'll be doing a very interesting check in (which I'll also blog here about). My tweet-peeps already have an …
Well avid reader I'm sure you are able to work out what the title is in reference to (bonus points if you got the episode right). Well there is a bit of a reason for it, but it's …
So recently I was working on project where a client wanted to have customisable email templates which could be merged with data from their database so we store the email as an XML …
The other day one of the guys I work with was trying to work out the best way to generate an Excel document from .NET as the client had some wierd requirements around how the …