Showing posts with label Linq. Show all posts
Showing posts with label Linq. Show all posts

Thursday, March 31, 2011

More on LINQ

in case you're wondering if you could ever get more about LINQ ... the .NET Guru Jon Skeet had decided to give it another look and some more explanation, he has a new ebook out about LINQ (or best yet, reimplementing them)

read the explanations here -> http://msmvps.com/blogs/jon_skeet/archive/2011/03/18/edulinq-the-e-book.aspx
read the e-book here -> http://code.google.com/p/edulinq/downloads/list

Tuesday, March 22, 2011

Linq bridge, LINQ for .NET 2.0

I was pretty excited when I saw this .... if you've been using LINQ and love the ease of it and wished it existed for .NET 2.0 (for older projects), you're not out of luck.

This website -->  http://www.albahari.com/nutshell/linqbridge.aspx explained why it is possible to use LINQ on top of .NET 2.0 and provided a DLL for it.
Also see their Google Code page --> http://code.google.com/p/linqbridge/ it has some good examples on their WIKI site as far as how to use LINQ Bridge ...


whooop! (a  Texas Aggie jargon for excitement.)

until next time.
Daniel.