Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to learn queries in LINQ [closed]

I heartily want to learn about how to build (simple and complex) queries with and without lambda expression in c#.I searched a lot , but perhaps I am may be miss some links to check. can some body tell me where i can learn from basic of Linq ,its all functions, write the queries and all ? please guide me!

like image 557
Red Swan Avatar asked Jan 24 '11 12:01

Red Swan


2 Answers

I can recommend http://www.linqpad.net. It's a tool that allows you to easily play with LINQ queries (or any C# code for that matter) and it comes with something like 500 example queries that you can use as starting points.

like image 67
MarkXA Avatar answered Oct 25 '22 18:10

MarkXA


101 Linq samples is a good place to start.

like image 35
Oded Avatar answered Oct 25 '22 19:10

Oded