Collection

Linq

September 6, 2013 · 8 min read

LINQ in JavaScript, ES6 style

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.

Read story
April 20, 2009 · 5 min read

LINQ in JavaScript

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 …

Read story
March 23, 2009 · 4 min read

Building a LINQ provider - Step 0

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 …

Read story
March 19, 2009 · 2 min read

A LINQ observation

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 …

Read story
September 27, 2008 · 3 min read

Using LINQ to do email templates

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 …

Read story
September 16, 2008 · 5 min read

LINQ to XML to... Excel?

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 …

Read story