LINQ is cool but how do I train myself?

Hello Devs,

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?

Thank you,

Karsnen.

If you haven’t found this already you may want to take a look at this: http://unitygems.com/linq-1-time-linq/

@zyzyx : Thank you. But I went through that already. It is extremely good and one of the reasons why I want to train.

Do you use LINQ everyday?

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

@fano_linux : I can LINQ with xml, Transform and GObject but how to do with DB on Unity?

Here: Linq for NHibernate - Ayende @ Rahien mysql example