Posts Tagged ‘VB.NET’

VB.NET Object Initializer and single line If statements

Posted: 4th June 2010 by thegrayzone in Development
Tags: ,

I’ve recently started working at a company that has quite a few VB.NET application sitting around, and as you can see from the rest of my posts I’m used to using C# A couple of C# language features that I use a lot are Object Initializers and single line if statements. This might be old [...]