C# and Microsoft.VisualBasic.dll

As I dig into Visual Basic a bit further I to realise what I have been missing as a (lapsed) C# developer. A great example is some of the goodness wrapped up in Microsoft.VisualBasic.dll. It is a standard part of the .NET Framework and… is absolutely available to C# developers. Scott calls out one great example – creating a single instance Windows Forms application which makes use of Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.