Multiple choice technology platforms and products

Generate Dependency Graph in Architecture explorer allows you to generate?

  1. By namespace

  2. By class

  3. By Assembly

  4. All of the above

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

The Dependency Graph feature in Visual Studio's Architecture Explorer can generate graphs organized by multiple dimensions. You can group and visualize dependencies by namespace to see relationships between code modules, by class to examine class-level interactions, and by Assembly to understand dependencies between compiled assemblies. Since all three organization methods are supported, 'All of the above' is the correct answer.