Jeff Sandquist: Skateboarding, Channel 9 and Life at Microsoft

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
ploe wrote:LOL. What a song. When does your album come out?
staceyw wrote:If language is VB, me thinks I go du-du,
loves me some c# with braces and strudel,
Mem'ry and thread pools all tied up with strings
Multi-line lambdas makes four cores go sing.
When the queues pop,
and the locks drop,
when I'm feeling sad,
I simply remember those nice c# things,
and then I don't feel sooooo bad.
Merry Christmas Microsoft,
and to all a good build.
jamie wrote:haha nice collage
Happy holidays to all those who celebrate this time of year (and even if you don't celebrate Christmas, surely you celebrate the end of another year of life on Earth).
Thank for you making Channel 9 2007 so great!
Here's to 2008!
Keep on posting,
C
Charles wrote:Happy holidays to all those who celebrate this time of year (and even if you don't celebrate Christmas, surely you celebrate the end of another year of life on Earth).
Thank for you making Channel 9 2007 so great!Here's to 2008!
Keep on posting,
C
got it - Nullable type.