params(C# 参考)
摘要: 你有可能熟悉out,ref.你熟悉params吗?不知道可以看看。
阅读全文
posted @
2008-05-28 10:20 Robot·H 阅读(163) |
评论 (0) 编辑
TRULY Understanding ViewState
摘要: 不错的一篇关于ViewState的E文文章。
阅读全文
posted @
2008-05-12 16:05 Robot·H 阅读(116) |
评论 (0) 编辑
Select DISTINCT on DataTable
摘要: In a project I'm doing I needed to basically do a DISTINCT on a couple fields in a DataTable that I had used earlier in code. Did some Google searching and came up with this MS KB on the subject. I was hoping to find it in the Framework, but hey, writing a little extra code never hurt anyway. Looking over the code though I found that I just didn't really like it. Biggest reason being it only took one field. I wanted to be able to pass in n number of fields, so I rewrote it and did a little
阅读全文
posted @
2008-05-05 19:38 Robot·H 阅读(120) |
评论 (4) 编辑