Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
Browse by Tags
MSDN Blogs
>
C# Frequently Asked Questions
>
All Tags
>
dynamic
C# Frequently Asked Questions
The C# team posts answers to common questions and describes new language features
Executive Bloggers
S. Somasegar
Jason Zander
Brian Harry
Scott Guthrie
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Languages
Visual Basic
Visual C#
Visual C# by Eric Lippert
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
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
Subscribe
Comments
Contact
Recent posts
Async Targeting Pack for Visual Studio 11 now available for .NET 4 and Silverlight 5
Posted
1 month ago
by
CSharpFAQ
3
Comments
Visual Studio 11 Beta Is Here!
Posted
3 months ago
by
CSharpFAQ
19
Comments
Implementing a Code Action using Roslyn
Posted
3 months ago
by
CSharpFAQ
8
Comments
Start Coding for the Kinect
Posted
3 months ago
by
CSharpFAQ
1
Comments
Tags
.NET Framework
.NET Framework 4
C#
C# 4.0
DLR
dynamic language runtime
DynamicObject
ExpandoObject
reflection
Visual Studio 2010
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Translate this page
Powered by
Microsoft® Translator
Menu
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Atom
Archives
Archives
April 2012
(1)
February 2012
(3)
January 2012
(2)
December 2011
(1)
November 2011
(3)
October 2011
(1)
August 2011
(2)
April 2011
(1)
March 2011
(1)
February 2011
(1)
November 2010
(1)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(2)
May 2010
(1)
April 2010
(2)
March 2010
(1)
February 2010
(1)
January 2010
(2)
November 2009
(1)
October 2009
(2)
September 2009
(1)
March 2009
(1)
January 2009
(1)
October 2006
(2)
March 2006
(3)
February 2005
(1)
December 2004
(4)
November 2004
(1)
October 2004
(15)
August 2004
(3)
July 2004
(3)
June 2004
(1)
May 2004
(8)
April 2004
(4)
March 2004
(36)
More
▼
Less
▲
Tagged Content List
Blog Post:
What is the difference between “dynamic” and “object” keywords?
Alexandra Rusina
Let’s take a quick look at the object keyword first. I’m not going to talk a lot about it because it’s been around since C# 1.0. This keyword is nothing more than a shortcut for System.Object , which is the root type in the C# class hierarchy. (However, as Eric Lippert pointed out in his blog post, not...
on
25 Jan 2010
Blog Post:
Dynamic in C# 4.0: Creating Wrappers with DynamicObject
Alexandra Rusina
In the previous post I showed how you can use the new dynamic feature and the ExpandoObject class to add and remove properties at run time, and how this can make your code more readable and flexible than code written with LINQ to XML syntax. But there were some obvious flaws in that example: While...
on
19 Oct 2009
Blog Post:
Dynamic in C# 4.0: Introducing the ExpandoObject
Alexandra Rusina
You have probably already heard about the new dynamic feature in C# 4.0 and how it is used to support COM interop. If you haven't, I strongly recommend reading the following MSDN articles: Using Type dynamic and How to: Access Office Interop Objects by Using Visual C# 2010 Features . Well, where else...
on
30 Sep 2009
Page 1 of 1 (3 items)