.NET Language-Integrated Query (LINQ) adds query capabilities to the CLR and the languages that target it. The query facility builds on lambda expressions and expression trees to allow predicates, projections, and key extraction expressions to be used as opaque executable code or as transparent in-memory data suitable for downstream processing or translation. The standard query [...]
Filed under: LINQ | Tagged: .NET, ASP.NET, LINQ, Query, visual studio, VS2008 | Leave a Comment »