Description of Moving to VB DotNet, Understanding DotNet Delegates :
This article is helpful for the dotnet users which instructs them about the usage of delegates in dotnet. The author has given structure for both simple delegate and multicast delegate in a console application. Users can run the given code snippets on their system and then they can test how it works. The author says delegates are the backbone of the dotnet event model.