Tag Archives: LINQ Provider

Linq provider : an attempt… part 2

Setting up the scene To build my sample provider, I’ll be querying a sample Web Service. First, Let’s see the big picture of what I’m trying to do : DummyWs : my sample provider will be built against a web … Continue reading

Posted in LINQ | Tagged , , , | Comments Off

Linq provider : an attempt… part 1

The call of the AST I have this will, for quite a long time, to try to implement a basic LINQ provider. The general idea is to play with AST (Abstract Syntax Tree) manipulations, using my language of choice : … Continue reading

Posted in LINQ | Tagged , , , | Comments Off