Error!
Success!

Introduction to LINQ

0
kicks

Introduction to LINQ  (Unpublished)

LINQ (Language INtegrated Query) is more than just a new method of embedding SQL queries within code. It allows to to perform Strongly Typed queries on any kind of data, just as long as the collection of data implements the IEnumerable interface. This article covers the basics of using LINQ via LINQ to Objects.


Kicked By:
Drop Kicked By: