corigin.com

sofware news

Happy Holidays Niners

Posted in Live (December 23, 2007 at 4:43 am)



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


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

Incoming: First Reaction to Yesterday’s TakedownThe Skype Worm: Word Gets AroundTime to break your brainSpywareguide Roundup…..of doomMy Bloody Valentine to Myspace

Leave a Reply

You must be logged in to post a comment.