Hacker News new | ask | show | jobs
by cyberax 652 days ago
"Short-lived"? LINQ is very much alive in the C# ecosystem.

And FROM-first syntax absolutely makes more sense, regardless of autocomplete. You should put the "what I need to select" after the "what I'm selecting from", in general.

1 comments

LINQ yes, but they killed off the component not long after introducing it.
It was replaced by Entity Framework.
Linq to sql still lives