Mike Taulty's Blog
Bits and Bytes from Microsoft UK
You've got to stop calling it "LINQ" :-)
Mike Taulty's Blog

Mike's Badges

Follow on Twitter
View mike's profile on slideshare
Add to Technorati Favorites
CW Blog Awards

<rant strength="veryMild">

A bit of a personal bugbear.

I've met a lot of folks who say things like "How do you compare LINQ and traditional data access?" or something along those lines.

Please.

You've got to stop calling it "LINQ" :-)

LINQ is not necessarily anything to do with relational database access.

In .NET Framework V3.5 we have;

  • LINQ to Objects
  • LINQ to XML
  • LINQ to SQL ( relational )

"Coming Soon" we have things like;

  • ADO.NET Entity Framework with a LINQ API ( relational )
  • ADO.NET Data Services where the client code generation pieces take LINQ queries and construct URI's from them.

That's at least 5 LINQ pieces from Microsoft already but there are lots of LINQ enabled things going on out there such as;

  • Flickr, Active Directory, SharePoint, etc. etc. etc ( there's a reasonable list up here )

Come on - use "LINQ TO...." when you're talking about LINQ, otherwise everyone (well, me anyway) just gets mixed up :-)

</rant>


Posted Wed, Apr 23 2008 2:37 AM by mtaulty
Filed under:
(C) Mike Taulty, 2009. All rights reserved. The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems