Can someone teach me LINQ? For beggining what is LINQ and where do I use it?
1 reply to this topic
#1
Posted 20 August 2011 - 12:26 PM
|
|
|
#2
Posted 20 August 2011 - 12:54 PM
Linq is a way to use a syntax similar to sql to search/modidy objects.
In a nutshell you make a query against a array of object.
Very powerfull, but can be a little bit complex
Here are 3 great tutorial from the contest made by chili5:
http://forum.codecal...nq-strings.html
http://forum.codecal...tions-linq.html
http://forum.codecal...nq-sorting.html
If you are more curious, you should take a look at the book Professional c# 4 and .net 4 from wrox C# and C++: Professional C# 4.0 and .NET 4 - Book Information and Code Download - Wrox
In a nutshell you make a query against a array of object.
Very powerfull, but can be a little bit complex
Here are 3 great tutorial from the contest made by chili5:
http://forum.codecal...nq-strings.html
http://forum.codecal...tions-linq.html
http://forum.codecal...nq-sorting.html
If you are more curious, you should take a look at the book Professional c# 4 and .net 4 from wrox C# and C++: Professional C# 4.0 and .NET 4 - Book Information and Code Download - Wrox
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









