Being simple

Any fool can write code that computer can understand. Good programmers write codes that humans can understand.

常用链接

统计

.net

最新评论

dotfuscator notes

1. 使用了web service的部分不应该rename, 包括WS proxy class and properties/settings.cs部分.
2. 使用了反射的部分也不能rename,否则找不到对应的类/方法.
3. 自定义的enum类型最好不要混淆,如果是某些地方要引用ENUM的类型名称输出为string,则显示混淆后的名称了.

posted on 2008-03-09 18:53 margiex 阅读(96) 评论(0) 编辑 收藏