April 9, 2011

Linq Links

Filed under: .Net,Programming — pj @ 5:35 pm

Linq is some of the coolest new stuff to happen to programming in a long time. The idea was tried in the past with things like “embedded SQL” for Cobol and Fortran, but I think this time, Microsoft finally got it right (or at least has things headed in the right direction). With the Standard Template Library (STL), we got a uniform way to access and navigate type-safe and efficient memory based data containers. With Linq, we have finally a unified way to access and navigate data stored in just about any form. Yeah, I know, Linq really isn’t new, but I’m just now getting serious about using it large projects. Some of the interesting Linq related links I’ve seen recently:

Powered by Teztech