2006年4月20日

Improving your web application's user experience with Atlas

摘要: Just a reminder that there are TWO webcasts TODAY and one tomorrow brought to you exclusively by INETA. One is showcasing a great program developed by user group leaders Brendon Schwartz and Matt ... 阅读全文

posted @ 2006-04-20 21:56 kim 阅读(543) 评论(0) 推荐(0)

C# 3.0

摘要: 1, Implicitly typed local variables(隐式类型的局部变量)引入 var 关键字,容许变量类型从代码上下文中引出:var n = 10;var f = 10.0;var a = new int [] {1,2,3,4};int [] ns = {1,2,3,4,5};foreach(var v in ns)当然C# 仍然是强类型的,如果发现类型无法判断,那么还是会... 阅读全文

posted @ 2006-04-20 21:29 kim 阅读(620) 评论(0) 推荐(0)

导航