LINQPad – Query, interactively, SQL Databases with LINQ

LINQPad it’s a tool from Joseph Albahari ( the author of C# 3.0 in a nutshell ) that interactively query SQL Databases with the new query language LINQ. LINQPad supports LINQ to SQL, LINQ to Objects and LINQ to XML. This tool is also a great method to learn LINQ because it comes preloaded with [...]

101 LINQ Samples

.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 [...]

Follow

Get every new post delivered to your Inbox.