Linq help
Hi, i need your help. I had learned to programming in C++, now i'm studying C# and i have some trouble. I need to learn how to use linq, can someone share me a guide or a starting point?
12 Replies
The documentation is usually a good place to start
Can you link it, please.
First link when googling/binging/ducking: https://learn.microsoft.com/en-us/dotnet/csharp/linq/
Is it all?
Well, there's quite a bit in the docs:
Another good tutorial is just above, in the tutorials section: https://learn.microsoft.com/en-us/dotnet/csharp/tutorials/working-with-linq
Thanks you are a life saver. As i say a learn to programming in the "old way" this new way is in all languages now?
What "new way"?
yeah the new way to learn is to use the largest database of information in the world (google) to search for answers to questions
there is something similar to linq in python or java?
Kinda sorta
Python has list comprehension or whatever
And Java wishes it had Linq, but instead it has Linq from Wish
Ok thank you a lot