Multiple choice technology security

_______ is a free static code analysis tool from Microsoft that analyzes the compiled object code for conformance to Microsoft's .NET Framework Design Guidelines.

  1. Ounce

  2. WebGoat

  3. FxCop

  4. Visual Studio

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

FxCop (FxCop.exe) is Microsoft's free static code analysis tool that analyzes .NET assemblies against Microsoft's .NET Framework Design Guidelines. It checks for naming conventions, library design, security, and performance best practices. Visual Studio is an IDE, not a static analysis tool, while Ounce and WebGoat are unrelated to Microsoft's design guidelines.