Tools for Framework Architecture Verification
Well well there are new tools to check called "Tools for Framework Architecture Verification" or fxarch.
They supposed to help an architect in verifying and enforcing the architecture based on the layering of the application, dependencies, and potential callers (method a that calls method b....).
This tools reminds me very much NDepend (by Patrick Smacchia), however NDepend is more mature and feature-rich (build in support for MSBuild, reports, graphs, built-in metrics for cohesion and much much more.
You can download fxarch from here.
And NDepend from here.