KAOIKI'S Technology WORLD

ALL Technology about Computer Development

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

2004年10月13日

摘要: 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) 编辑

2004年10月12日

摘要: Extensible Markup Language (XML) is a meta-markup language that provides a format for describing structured data. XML enables a new generation of Web-based data viewing and manipulation applications... 阅读全文
posted @ 2004-10-12 21:05 KAOIKI 阅读(510) 评论(0) 推荐(0) 编辑

摘要: Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Linux and cross-platform applications with unprecedented productivity. Mono's .NET ... 阅读全文
posted @ 2004-10-12 20:43 KAOIKI 阅读(585) 评论(0) 推荐(0) 编辑