Bryan 的个人资料Bryan Hinton's space照片日志列表 工具 帮助

日志


2008/10/30

C# Futures session

 

  Anders characterized C# 1.0 as getting something out there, 2.0 as being about Generics, 3.0 being about LINQ, and 4.0 being about Dynamic Programming.  He addresses the zealots on both sides of the dynamic and static argument and states that both have benefits.  There is a new keyword coming in 4.0 – dynamic.  When you define a variable as dynamic any subsequent actions on that become dynamic actions.  Making a method call involves a call through the DLR (I would assume) to dynamically dispatch to that method, property, etc…  I love the way C# is going – we have the ability to leverage dynamic when needed, but within the static framework that so many of us are comfortable

  With the new dynamic capabilities in C# 4.0 it should help developers leverage anonymous types more effectively I think since you get duck typing and so you can take an anonymous type and use it like it is a richer type (or at least use the properties of the anonymous type that way since an anonymous type doesn’t have any methods).  What you do today using the Silverlight-Javascript bridge could largely be done by C# now.

  Concurrency is the elephant in the room in programming today - Moore's law will yield more cores, but not faster ones - there is no silver bullet here.  It will take hard work in language design and I believe likely with developers as well to change our perspective and perhaps how we develop to adjust to the multi-core revolution.  I wonder if things like Windows Workflow and Azure represent efforts in this space as they allow developers to plug into concurrency in a different way.  As has been highlighted in an internal training class that I have been taking lately state is the killer to concurrency.  The more state has to be maintained the harder a problem concurrency becomes. 

 

Technorati Tags: ,

评论 (1)

请稍候...
很抱歉,您输入的评论太长。请缩短您的评论。
您没有输入任何内容,请重试。
很抱歉,我们当前无法添加您的评论。请稍后重试。
若要添加评论,需要您的家长授予您相应权限。请求权限
您的家长禁用了评论功能。
很抱歉,我们当前无法删除您的评论。请稍后重试。
您已超过了一天之内允许提供的评论数上限。请在 24 小时后重试。
因为我们的系统表明您可能在向其他用户提供垃圾评论,您的帐户已禁用了评论功能。如果您认为我们错误地禁用了您的帐户,请联系 Windows Live 支持部门
完成下面的安全检查,您提供评论的过程才能完成。
您在安全检查中键入的字符必须与图片或音频中的字符一致。

若要添加评论,请使用您的 Windows Live ID 登录(如果您使用过 Hotmail、Messenger 或 Xbox LIVE,您就拥有 Windows Live ID)。登录


还没有 Windows Live ID 吗?请注册

Excellent Posting. Even for us vb.net diehards. :)
10 月 31 日

引用通告

此日志的引用通告 URL 是:
http://bryanandnoel.spaces.live.com/blog/cns!80E4A0EADF0C523C!1585.trak
引用此项的网络日志