« Pharos 600 | Main | Home Server »

July 16, 2007

Comments

tomslee

I wonder how widely LINQ will be used? There is always something appealing about data-source independent querying, and the design of LINQ as a language feature looks fine. But in the end, does something that works against all data sources end up being good enough for all, or for none?

Time will tell I suppose.

Rabi Satter

I think LINQ as implemented should be pretty good. One thing that I think our industry needs to do is stop re-inventing things. So for example almost every developer I know has their own data access framework. I think that VS has gotten us back on the right track - focus on solving problems not recreating technology.

tomslee

I hope you are right. Have you heard anything about adding it to the Compact Framework?

Rabi Satter

Yes LINQ is in the Compact Framework. It does have limitations though as not all of LINQ capabilities are implemented.

The comments to this entry are closed.