September 2007 - Posts

5
Comments

Developing Linq to LLBLGen Pro, Day 4 by FransBouma

(This is part of an on-going series of articles, started here ) I hear you thinking... "In the Netherlands, days apparently have 168 hours" . Well... no (really?). Today is officially my 4th day I work on Linq support. The past couple of days since the...
5
Comments

Developing Linq to LLBLGen Pro, day 3 by FransBouma

(This is part of an on-going series of articles, started here ) In the previous post in this series, I discussed the problem of a select with aggregates using derived tables vs. a query which resulted in the same resultset but used a group by clause and...
12
Comments

Developing Linq to LLBLGen Pro, day 2 by FransBouma

(This is part of an on-going series of articles, started here ) Adding Linq support to an O/R mapper like LLBLGen Pro is a matter of choice: either you implement new SQL engines or you convert the expression trees to native query language components....
1
Comments

Developing Linq to LLBLGen Pro, Day 1 by FransBouma

(This is part of an on-going series of articles, started here ) I didn't have that much time today to work on our Linq to LLBLGen Pro layer, but nevertheless there are a couple of interesting things to mention. . It's all about the Source, Luke Let's...
18
Comments

Developing Linq to LLBLGen Pro, Day 0 by FransBouma

Now v2.5 of LLBLGen Pro is out the door and the release-stress has gone away, it's time to pick up the next project, which is Linq support for LLBLGen Pro, which will be rolled into v2.6 of LLBLGen Pro, which is scheduled for Q4 2007. This time around...
More Posts