C# 代码标准 .NET2.0版(七)Security 编码指导方针
摘要:
1.Always demand your own strong name on assemblies and components that are private to the application, but are public (so that only you can use them):public class PublicKeys{ public const string MyCom... 阅读全文
posted @ 2005-08-22 17:22 风语者 阅读(1030) 评论(0) 推荐(0) 编辑