New ask Hacker News story: Ask HN: Can we just take a moment to appreciate how elegant C# is?

Ask HN: Can we just take a moment to appreciate how elegant C# is?
3 by pipeline_peak | 3 comments on Hacker News.
var list = Enumerable.Range(0, 20).Select(i => new { Foo = i, Bar = "hey" }); This is beautiful!

Comments