The example on page 3 was:
Dim greetings() As String = {"hello world", "hello LINQ", "hello Apress"} Dim items = _ From s In greetings _ Where s.EndsWith("LINQ") _ Select s
greetings := #('hello world', 'hello LINQ', 'hello Apress'). items := greetings select: [:s | s endsWith: 'LINQ'].
Fresh book recommendations delivered straight to your inbox every Thursday.
The example on page 3 was:
Which In Smalltalk would be: Needless to say I was not completely bowled over by this stunning Microsoft innovation.