Net有道

紫冠道人的求道历程

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  CLR

.NET 方面关于CLR的方面。主要就是比较深层的东西啦。
Summing it all up: 35 blog entries in 2 days from the BCL Team [Kit George] --from BCLTeam's Weblog
摘要:Is there such a thing as too many blogs? We've certainly pushed the limit in the past couple of days, and a few folks have pointed out that some of the entries are dropping off the view, and may be ge... 阅读全文

posted @ 2005-03-18 16:44 lichdr 阅读(884) 评论(0) 推荐(0) 编辑

在多重Catch的情况下得到异常的完整信息
摘要:在方法多层调用的时候,每一层都有相应的catch处理后重新throw的情况下,刚开始在最外层无法得到产生异常的完整信息。 最初的代码样子如下: static void Main(string[] args) { try{ Method3(); }catch(Exception e) ... 阅读全文

posted @ 2005-01-28 10:28 lichdr 阅读(2499) 评论(6) 推荐(0) 编辑

此"as"非彼"as"
摘要:因为DELPHI根深蒂固的缘故,以前看到关于"is"、"as"的资料总是一略而过,总以为它与DELPHI里是一样的东西,因为在.NET里与DELPHI一样的东西比较的多。 直到昨天看《.NET框架程序设计》才发现原来两者之间还是有区别的,这个区别直接直接导致了.NET与DELPHI在关于类型转换上的一些建议写法。 在DELHI下(代码乱写的,手边没有DELPHI), typ... 阅读全文

posted @ 2004-12-10 13:13 lichdr 阅读(1555) 评论(3) 推荐(0) 编辑

点击右上角即可分享
微信分享提示