Framework Design Guidelines
This DVD contains a number of resources to help you design better
frameworks.
-
Presentations
- Videos of the authors presenting much of the material in the book
-
FxCop
– A link to a useful tool to check implementations for conformance to the guidelines
presented in this book (This is an Internet link to guarantee you a current
version of the tool.)
-
TxRef Tool
– Source code and tool for generating a “C# header file view” that is useful
for reviewing APIs for adherence to these guidelines (Requires Visual Studio
2005 or later)
-
Framework Design Studio
– Tool for comparing differences in APIs and for tracking API review comments
-
Framework Layering Tool
– Tool to help ensure that only the proper dependencies are taken
-
API Specification
Example -
A real world API specification you can use as an example for how to build
specifications that follow the guidelines presented in this book
-
ReadMe.Txt
– Information about this DVD