I'm starting to write more VB code lately.
The XML support rocks.
More importantly, a huge amount of people who use the technology I work on see it through that lens, so I'd be an idiot not to walk in their shoes as much as possible.
I found the lambda syntax tonight.
Dim f As Func(Of Integer, Integer)
f =
Function(a) a + 10
Very nice.
Posted
Nov 11 2007, 10:37 PM
by
don-box