-
Recent Posts
Archives
Categories
Monthly Archives: May 2012
Linq provider : an attempt… part 3
Finally doing something In the previous post of this series, I introduced the first classes implied in setting-up the Linq provider : QueryableDummyData and DummyQueryProvider, but these classes weren’t doing much of the real work. We were finally getting to … Continue reading
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