A random but interesting bunch of Visual Basic .NET reads
Nothing special – just a list of good Visual Basic .NET articles I read over the last month. Enjoy:
- Visual Basic Lambdas are not quite the same as C# Lambdas. This article explains how to work around the differences.
- Visual Basic needs a hand with iterators as it has no specific syntax. Useful when you live in a world of LINQ and IEnumerable. This article shows you how to create iterators in VB.
- Combining XML Literals, WCF and LINQ to create temaplates. Interesting stuff.
- Add “Ruby like” MethodMissing support to Visual Basic 2008