Search
Sign In
Home
Recent
Media
Videos
Podcasts
Screencasts
Learn
Shows
Going Deep
ARCast.TV
The Id Element
See All Shows...
Forums
Coffeehouse
Tech Off
Feedback
Sandbox
Key Topics
Visual Studio
Continuum
Identity
Interoperability
Azure
Windows
Wiki
Search
Subscribe
Posts
>
Dan
C9 Bytes: Alex Turner showing the evolution of C#
Posted By:
Dan Fernandez
|
Jun 17th, 2008 @ 10:50 AM
|
57,021
Views |
5
Comments
In this C9 Byte, Alex Turner walks through how the C# language has evolved between version 1.0, 2.0, and 3.0 for working with data structures. If you don't know Alex, he's the guy that got
Anders Hejlsberg to pay him $202 when he was an intern
.
Tags:
C9 Bytes
,
CSharp
,
LINQ
Media Downloads:
iPod (MP4)
MP3
PSP (MP4)
WMA
WMV
WMV (High)
Zune
Share:
Del.icio.us
Digg
DotNetShoutout
Facebook
FriendFeed
MSDN
Twitter
Rating:
1
0
page 1 of 1
Delete
Edit
Comment on Post
Delete
Edit
Reply
#Jun 19th, 2008 @ 2:28 AM
vesuvius
Das Glasperlenspiel
In reply to {0}
Download:
[Pending]
If you enjoyed this video, watch
Daniel
as well. He has an excellent
reverse
engineered .NET example.
Delete
Edit
Reply
#Jun 20th, 2008 @ 11:49 AM
gogole
In reply to vesuvius
#Jun 19th, 2008 @ 2:28 AM
Download:
[Pending]
Neat stuff, how did you get your console window to have a white background ? I would love to do the same. Please tell
Delete
Edit
Reply
#Jun 23rd, 2008 @ 5:58 PM
Alex Turner
In reply to gogole
#Jun 20th, 2008 @ 11:49 AM
Download:
[Pending]
Hey gogole,
My laptop is always set up like that with everything as large black text on white so people can easily see output from the back of the room.
It's pretty easy to do... when you're in a console window, click the Title Bar icon in the upper-left and choose
Properties
, and then go to the
Colors
tab. From there you can mess with the foreground and background colors.
The other trick I use when showing people console output is to hit Ctrl-F5 instead of F5 to run without debugging. This automatically ends the program with the "Press any key to continue . . ." without having to put Console.ReadLine() in at the end
Delete
Edit
Reply
#Jun 24th, 2008 @ 9:33 AM
gogole
In reply to Alex Turner
#Jun 23rd, 2008 @ 5:58 PM
Download:
[Pending]
cool, thanks for that one .White background + black consolas font is a knockout
Delete
Edit
Reply
#Jul 6th, 2008 @ 3:08 AM
JChung2006
In reply to gogole
#Jun 20th, 2008 @ 11:49 AM
Download:
[Pending]
Another easy way to get black-on-white: the COLOR command. COLOR F0 will get you black on white. COLOR /? for more details.
Coincidentally, this video had an excellent demonstration of how IntelliSense can screw you up when you try to enter lambda expressions in C#. When Alex tried to enter c => c.City == "London", IntelliSense "helpfully" suggested case even though it makes no sense to enter the case keyword at that point (he wasn't even in a switch statement). I'm learning to hit Esc to cancel the IntelliSense, but I would prefer not having to do so. Please fix this.
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
page 1 of 1
Delete
Edit
Comment on Post
Posts
>
Dan
>
C9 Bytes: Alex Turner showing the evolution of C#
Be the first to comment!
Reply
Reply to root
In reply to {0}
Start related discussion
Forum:
Site Feedback
Tech Off
The 9 Guy Around The World
The Coffeehouse
Subject:
Tags
*Loading available tags