Posted on March 27th, 2008 by Paul Stovell
The release of a new version of .NET always provides an opportunity to shake our fists at the VB.NET language. Just when you thought the languages were finally equal, they’ve proven that once again VB.NET is a second class citizen in the country of .NET.
The C# 2.0 compiler introduced Anonymous Delegates. It allowed you […]
Filed under: VB.NET | 6 Comments »
Posted on October 9th, 2006 by Paul Stovell
I posted this to the AUS-DOTNET mailing list today but I wanted to post it here so that I don’t lose it, and to share it with a wider audience.
In C# we have anonymous methods. You can read about them and how they are implemented in this post on Raymond Chens blog:
http://blogs.msdn.com/oldnewthing/archive/2006/08/02/686456.aspx
One of the features […]
Filed under: VB.NET | 9 Comments »
Posted on October 2nd, 2006 by Paul Stovell
Some time ago I wrote an article for the CodeProject entitled “Delegates and Business Objects“. While the article was mostly about data binding and validation fundamentals, I also included a number of C# classes that made validation very easy.
A number of people have asked if I could provide a Visual Basic .NET version of […]
Filed under: Binding, VB.NET | 2 Comments »