code analysis; c#

Archi & Techno

Static Analysis Tooling for C# and .NET, NDepend in Depth

As a software architect I often have to analyze many applications code in order to perform a quality check. Is the code looking good? What about its complexity and test coverage? Can I consider the code as maintainable with a good scalability? Of course I won’t spend my whole time reading each source file, it would be too long and for sure useless. Hopefully a set of rules and tools can help if you are in this same situation.

Lire la suite