How Linq works, lamdbas, anonymous delegates and some compiler voodoo.(blog.dynamicprogrammer.com)
submitted by
hgarcia(1534) 3 years, 2 months ago
If you have been following this blog, you probably saw a few posts about what’s going on behind closed doors once you submit your code to the mercy of the compiler. Specially some of the new Magic features of C#, like auto properties and nullable types.
The next logical step is to take a pick to how Linq works (or more specifically some of the implementation).
Let’s take a look at something very simple. A function that filters a list of strings by the initial character.
|category: C#
|Views: 18
tags:
C# another
Everyones tags:
Your Tags: