Y
Hacker News
new
|
ask
|
show
|
jobs
by
prospero
5771 days ago
That requires the .NET 3.0 compiler to work, which was my point: LINQ is largely a compile-time feature.
1 comments
gnaritas
5771 days ago
No, the features that were used to build LINQ were added to C#. LINQ was then built using them, and those same features are available to you to build anything similar.
link