Coding with passion

首页 新随笔 联系 订阅 管理

2007年8月28日 #

摘要: 用 C++ 和 C# 举例说明 ref 关键字的用法。 阅读全文
posted @ 2007-08-28 23:36 Kellin 阅读(14249) 评论(38) 推荐(0) 编辑

摘要: XmlSerailzer will ignore all the fields, which are marked with ObsoleteAttribute, both in the serialization process and the deserialization process, just like they are marked with XmlIgnoreAttributes. This should be a undocumented feature for .NET. 阅读全文
posted @ 2007-08-28 13:36 Kellin 阅读(1900) 评论(1) 推荐(0) 编辑

摘要: In ASP.NET, the databinding expression is evaludated during the data binding phase. You can use two ways to write the evaluation expressions. However, it's recommended that we use "Container.DataItem" for performance reason. 阅读全文
posted @ 2007-08-28 00:04 Kellin 阅读(2071) 评论(7) 推荐(0) 编辑