Ad
  • Custom User Avatar

    Linq is not the answer to everything, that's correct. But it is the right tool for this task.
    Why writing a lot of complicated and hard-readable code, when a simple and easy-to-read Linq-Query does exactly, what you want?
    For the readability; write only one Linq-command per line and it's super readable.