2013年3月29日
摘要: Wait until file is closed/unlockedSometimes you want to wait until some specified file is available for reading/writing. For example, you wait until other process finishes packing into a zip file, or wait until some file is fully uploaded to the server so you can compress it at server side, or somet 阅读全文
posted @ 2013-03-29 11:30 武胜-阿伟 阅读(328) 评论(0) 推荐(0)
摘要: IntroductionThe objective is binding Enums to any ListControl, actually to any DataBoundControl such as DropdownList, Repeaters, etc, avoiding indexes hard coding and bad practices...In this brief code I provide you kind of quickworkaroundthat enhancethe portability andmaintainability of the source 阅读全文
posted @ 2013-03-29 10:39 武胜-阿伟 阅读(289) 评论(0) 推荐(0)