Coding with passion

首页 新随笔 联系 订阅 管理

2007年10月22日 #

摘要: 又发现了 .NET 中的一个 bug,一个正则表达式中的 bug。 阅读全文
posted @ 2007-10-22 22:56 Kellin 阅读(3235) 评论(6) 推荐(0) 编辑

2007年10月6日 #

摘要: 为博客园定制的代码格式化脚本完成了 :) 阅读全文
posted @ 2007-10-06 23:38 Kellin 阅读(3315) 评论(18) 推荐(0) 编辑

2007年10月4日 #

摘要: 通过 Friend Assembly 的方式,一个程序集中的 internal 类型或成员能够被其他的程序集直接访问。 阅读全文
posted @ 2007-10-04 00:25 Kellin 阅读(2049) 评论(6) 推荐(0) 编辑

2007年9月20日 #

摘要: 改进了格式化代码的程序。 阅读全文
posted @ 2007-09-20 23:53 Kellin 阅读(698) 评论(1) 推荐(0) 编辑

2007年9月4日 #

摘要: Introduces a bug in System.Web.UI.WebControls.DropDownList. Also explains the reason and how to bypass it. 阅读全文
posted @ 2007-09-04 22:18 Kellin 阅读(3726) 评论(21) 推荐(0) 编辑

2007年9月2日 #

摘要: 一段简单的格式化示例代码的 javascript 代码。有待于进一步完善以添加其他丰富的功能。 阅读全文
posted @ 2007-09-02 20:48 Kellin 阅读(738) 评论(5) 推荐(0) 编辑

摘要: 介绍了值类型和引用类型的区别,以及为什么会有这些区别。 阅读全文
posted @ 2007-09-02 19:07 Kellin 阅读(4660) 评论(16) 推荐(1) 编辑

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) 编辑