MSDN新推出了一个系列
http://msdn.microsoft.com/netframework/programming/classlibraries/
|
|
The Designing .NET Class Libraries series presents design guidelines for developing classes and components that extend the .NET Framework. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration. The guidelines presented in Designing .NET Class Libraries are intended to help class library designers understand the trade-offs between different solutions. There might be situations where good library design requires that you violate these design guidelines. Such cases should be rare, however it is important that you provide a solid justification for your decision.
|
每一个讲座都带有一段录象. 这些录象其实是微软内部的课程.
如果你的工作涉及设计类库的话, 这可能是你最好的资源了. |
|