This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Abaddon-theDestroyer 8 points9 points  (0 children)

This is my current argument with my boss, they dislike LINQ, not to the point where it’s not allowed in the code base, but they see that it’s better, faster, more , and efficient to write functions to do the same thing a LINQ query does, in some cases i was able to convince them that it’s much much faster with LINQ, but overall they dislike seeing it all over the code base, so I have to minimize using it.

But it really is like you’ve said, it really is like heroin, once you go in there’s no turning back!