Chris Burrows' Blog
C#, developer tools, monkeys, etc.
November 2008 - Posts
C# "dynamic," Part VI
We left off last time with this piece of code public class C { public static void M( int i) { } public static void M( string s) { } } ... dynamic d = GetSomeD(); C .M(d); ...together with some question about what the compiler could possibly do on the
Read More...
C# "dynamic," Part V
Let's look at this: dynamic d = null ; object o = d; // not an implicit conversion Last time , I said that the conversion on the second line is not an implicit conversion. If you know C# already, that sounds preposterous. Just look at it; of course it's
Read More...
C# "dynamic," Part IV
Today, let's geek out about the language design regarding the dynamic type. Type in the language vs. Type in the runtime One thing that lots of people already know is that when you say "dynamic" in code, you can think of it as "System.Object"
Read More...
Channel 9 Video on C# 4
I'm a little backlogged at work right now, and I'll get back to some dynamic posts as soon as I can. In the meantime, Eric , Sam , Mads , and I talked with Channel 9 last week, and the video has just been posted. I look forward to watching it myself!
Read More...
Search
This Blog
Home
Email
Tags
C#
DLR
dynamic
events
PDC
threading
VS2010
Archives
October 2009 (1)
September 2009 (2)
April 2009 (1)
February 2009 (1)
November 2008 (4)
October 2008 (3)
July 2008 (1)
February 2008 (1)
Other C# People
Ed Maurer
Eric Lippert
Sam Ng
Sreekar Choudhary
Charlie Calvert
Matt Warren
Luca Bolognese
Syndication
RSS 2.0
Atom 1.0