Comment on February 5th, 2008.
That reminded me of this:
http://www.stanford.edu/class/cs242/readings/backus.pdf
Section 5
Comment on February 10th, 2008.
I was reading about LINQ the other day, and I was under the impression that the second statement would look more like:
From c in _clips select c.RenderTo(data, freq);
though that method would have to discard its output.
Comment on February 11th, 2008.
That would make sense if you wanted an array with the results of that function… technically my example wasn’t truly LINQ, since I wasn’t doing any querying, but using lambda expressions and extension methods are closely related features.
Comment on February 18th, 2008.
Isn’t there a name for those features though, besides LINQ?
Comment on February 18th, 2008.
C# 3.0?
Comment on March 9th, 2008.
Yar. I think we’ve agreed that ain’t LINQ up there. Now it needs a picture.
Comments can contain some xhtml. Names and emails are required (emails aren't displayed), url's are optional.