Cuteness from ICanHasCheezburger.com
Saturday, January 19th, 2008
moar funny pictures

moar funny pictures
I came across this post via Digg and found it quite informative, so I thought I’d share.
In C#, you can write something like
string str = a==1?”true”:false;
I have always missed that when coding VB. Well, I finally found this very same type of thing for VB.NET!
The equivalent would be
Dim str As String = IIf(a=1,”true”,”false”)
You’re welcome.
How true…

Truly amazing.