Posts Tagged ‘Understanding LINQ’
Query Expressions The main learning curve for an application developer who is new to LINQ is the query syntax. This declarative syntax requires minimum code by which you can even perform fairly complex queries. Let us look at some code snippets for example: A simple select query – Selecting the marks from the [...]
Filed under: LINQ | 2 Comments
Tags: LINQ, LINQ Basics, Linq Query Expressions, Linq tutorial, Query Expressions, Understanding LINQ
What is LINQ? One of the key additions in .NET Framework 3.5 is LINQ (Language Integrated Query). In the early days it was a little confusing for many since it is a different model. Here is an attempt to put it in a simple way and see what the capabilities that LINQ provide are. [...]
Filed under: LINQ | Leave a Comment
Tags: LINQ, LINQ Basics, LINQ Providers, Understanding LINQ
