I have been playing around with LINQ for a while and I really liked it. But I was to push myself into some pressing
problems and I would like to train myself.
So, I was wondering whether there are any exercise online which I could go through to train myself?
A very classic way to use linq is retrieve a xml file and try to find expecific values. But you need to need this solution to make it clear on your head.
I mean, try to find a real problem to solve with linq (database, xml, transform list, gameobject list, whatever).
Best of luck