Sign In
Chris Burrows' [Old] Blog
C#, developer tools, abstract nonsense, etc.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
arrays
C#
DLR
dynamic
events
IronPython
IronRuby
PDC
performance
threading
VS2010
Archive
Archives
October 2010
(2)
June 2010
(1)
May 2010
(1)
April 2010
(2)
March 2010
(4)
October 2009
(1)
September 2009
(2)
April 2009
(1)
February 2009
(1)
November 2008
(4)
October 2008
(3)
July 2008
(1)
February 2008
(1)
November, 2008
MSDN Blogs
>
Chris Burrows' [Old] Blog
>
November, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Chris Burrows' [Old] Blog
C# "dynamic," Part VI
Posted
over 4 years ago
by
cburrows
3
Comments
[Update March 31, 2010: MUCH OF THIS HAS CHANGED SINCE PRE-RELEASE VERSION OF DYNAMIC. SEE THIS POST ] 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...
Chris Burrows' [Old] Blog
C# "dynamic," Part V
Posted
over 4 years ago
by
cburrows
3
Comments
[Update March 31, 2010: MUCH OF THIS HAS CHANGED SINCE PRE-RELEASE VERSION OF DYNAMIC. SEE THIS POST ] 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...
Chris Burrows' [Old] Blog
C# "dynamic," Part IV
Posted
over 4 years ago
by
cburrows
5
Comments
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" in...
Chris Burrows' [Old] Blog
Channel 9 Video on C# 4
Posted
over 4 years ago
by
cburrows
0
Comments
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!...
Page 1 of 1 (4 items)