.NET Technical bits: How to: Write LINQ Queries in C#

Monday, May 10, 2010

How to: Write LINQ Queries in C#

The three ways in which you can write a LINQ query in C#:

1. Use query syntax. Please refer this post.
2. Use method syntax. Please refer this post.
3. Use a combination of query syntax and method syntax. Please refer this post.

No comments:

Post a Comment