C# LINQ Gotcha: Where Did My Changes Go?
C# and LINQ have been together since C# 3.0. It makes working with data sources, both local and remote, a pleasant experience with its' functional-style approach.
However, LINQ does have its' pitfalls in the form of unnecessary memory allocations and...
blog.chotu.me4 min read