Happy Holidays Niners

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
In keeping with what has become a holiday tradition here on Channel 9 he have Chris Anderson, Don Box*and now Amanda Silver singing you a special holiday song.

You can compile along with them by grabbing the source project*for this video.**

From all of us at Channel 9, we would like to wish you and your family a </span>Very Beautiful holiday season!* For even more holiday cheer, please check out episodes I, II,III and IV.

'VS-indenting

Module
VB
*** Dim myvar As Integer?() = {3 * 3}
*** Sub Main()
******* For Each i In myvar
*********** Console.Write("Hello VB")
*********** With i
*************** Console.Write(.Value)
*********** End With REM a language so true
*********** If i IsNot Nothing Then
***************Console.WriteLine()
*********** End If REM*********** Console.Write(xml)
******* Next
*** End Sub
End Module

'Lyrical-indenting

Module
VB : Dim myvar As _
Integer?() = {3 * 3}
Sub Main() : For Each i In myvar
Console.Write("Hello VB")
With i : Console.Write(.Value)
End With REM a language so true
If i IsNot Nothing Then
Console.WriteLine() : End If REMConsole.Write(xml)
Next : End Sub : End Module


Listen to the podcast(MP3)
Listen to the podcast(WMA)
Download the Video
Watch the Video

More...

View All Our Microsft Related Feeds
 
Back
Top