KAOIKI'S Technology WORLD

ALL Technology about Computer Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2004年10月13日

摘要: Fidalgo-SharpDevelop IDE pic on my pc : (CLICK PIC 2 C BIG)ide pic on Icsharpcode:(CLICK PIC2 C BIG)1.0.1.1649 WHAT'S NEW?This is the planned maintenance release for 1.0 that was released about a mont... 阅读全文
posted @ 2004-10-13 03:11 KAOIKI 阅读(481) 评论(0) 推荐(0) 编辑

摘要: Q: Why don't nullable relational operators return “bool?” instead of “bool“?Nullable types are a new feature of C# 2.0. When dealing with nullable types, if you write the follo... 阅读全文
posted @ 2004-10-13 02:46 KAOIKI 阅读(476) 评论(0) 推荐(0) 编辑

摘要: Q: Why does C#'s iterators feature spit out a class definition instead of a struct definition? The iterators feature in C# generates classes that implement the enumerators required. This is detailed... 阅读全文
posted @ 2004-10-13 02:44 KAOIKI 阅读(490) 评论(0) 推荐(0) 编辑

摘要: The following code won't work, because conn goes out of scope before you enter the catch block. try { Connection conn = new Connection(); conn.Open(); } ... 阅读全文
posted @ 2004-10-13 02:34 KAOIKI 阅读(516) 评论(0) 推荐(0) 编辑