Re: More on LINQ Providers

2014-10-27 Thread piers.williams
Also the linq-to-llblgen provider was - at least in it's first incarnation - not actually very good. You would constantly come up against unsupported operators, which again just goes to show what a significant effort writing a linq provider is. (As an aside, there is also the LinqToAzure http:

More on LINQ Providers

2014-10-22 Thread Greg Keogh
Just a heads-up ... I spent hours working through This Walkthrough to see what it necessary to create a simple LINQ provider. This very primitive example that wraps a web service results in about 10 non-trivial classes with a