Framework Design Guidelines(4.5)

来源:互联网 发布:db2删除数据库实例 编辑:程序博客网 时间:2024/06/04 17:58

This section provides guidelines for designing libraries that extend and interact with the .NET Framework. The goal is to help library designers ensure API consistency and ease of use by providing a unified programming model that is independent of the programming language used for development. We recommend that you follow these design guidelines when developing classes and components that extend the .NET Framework. Inconsistent library design adversely affects developer productivity and discourages adoption.

https://msdn.microsoft.com/en-us/library/ms229042(v=vs.110).aspx

2 0