Browse by Tags

All Tags » LINQ (RSS)
In the last couple of posts in the series, we've been establishing the interop baseline ready to be used by the query provider layer on top, which we're about to build now. Since the goal of this blog series is to live an IQueryable-free live...
Posted by bart | 8 comment(s)
Filed under:
A rather unexpected intermezzo in this series. Why? The first rule of blogging is that blog readers are always right, and this time it was no different. Although I pointed out yesterday "We're just doing raw interop here without more fancy SafeHandle...
Posted by bart | 17 comment(s)
Filed under:
PattThis should really be the least interesting part of this series. But still, without any physical data access layer, there's no way to build abstractions on top of it. So, in this post of this series we'll take a look at some very simple MSI...
Posted by bart | 6 comment(s)
Filed under:
In a reaction to my post on LINQ to MSI yesterday, Hal wrote this: I don't know enough about the dev side to know if this is a stupid question or not but here goes: Would I be able to take advantage of LINQ to MSI (or LINQ in general from a wider...
Posted by bart | 6 comment(s)
Filed under: ,
Introduction Lately I've been delivering talks entitled "LINQ to Anything", to be repeated this summer at TechEd Africa. The goal of those talks is to focus on LINQ from the extensibility point of view, in other words: how to write query...
Posted by bart | 11 comment(s)
Filed under:
A few days ago I got an interesting question from one of my blog readers. During my blogging battle with pattern matching , I mentioned the concept of compiling expression tree lamdas on the fly to IL-code. This is actually one of the core parts of the...
Posted by bart | with no comments
Filed under: , ,
Introduction Recently I delivered a session on Custom LINQ Providers - LINQ to Anything at the TechDays conferences in Ghent and Lisboa. The core of the session focuses on expression trees and translating those at runtime into a query language like CAML...
Posted by bart | 6 comment(s)
Filed under: ,
After my previous little European tour visiting Ghent and Lisboa talking about LINQ, Parallel FX Extensions, Windows PowerShell 2.0 and WPF, I'm looking forward to meet the European audience again at DevDays 2008 Amsterdam . I'm especially thrilled...
Posted by bart | 1 comment(s)
Filed under: ,
We just released the CTP of the Microsoft Parallel Extensions to .NET Framework 3.5 (remember PLINQ?). You can grab the bits over here . Stay tuned for more technical posts on it. Enjoy! Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit ...
Posted by bart | 1 comment(s)
Filed under:
Within a few seconds from now I'll hit the "Publish This Project" button in CodePlex. Back in the early Orcas ages (beta 1 and before) I cooked up this pretty simple example showing how to create custom LINQ query providers . As a matter...
Posted by bart | 18 comment(s)
Filed under:
More Posts Next page »