Posted By: Jeff Sandquist | Dec 22nd, 2007 @ 4:00 PM | 71,887 Views | 19 Comments

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 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(<some>xml</some>)
        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 REM
Console.Write(<some>xml</some>)
Next : End Sub : End Module

Media Downloads:
Rating:
0
0
Microsoft Communities