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


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



Follow

Get every new post delivered to your Inbox.