|
|
|
|
|
by logicalmind
5877 days ago
|
|
I use LINQ as much as possible in my code. Any time I do any type of looping construct I re-evaluate whether I should be writing it using LINQ. Most C# developers think LINQ is some fancy new concept but in reality they are just an implementation of Haskell list comprehensions ported to C# by Erik Meijer. I love watching the the imperative and functional languages converge like this. |
|
(Sorry for nipticking, the reason I'm pointing this out because people get confused about the unfortunate Linq terminology all the time).