C# CODE ANALYSIS

.Net Code Analysis - NDepend Part-1

Learn to analyze .Net applications using NDepend.

Sukhpinder Singh | C# .Net
.Net Programming
Published in
4 min readMay 12, 2021

--

Photo by cotton-bro from Pexels

Learning Objectives

  • How to use NDepend to analyze .Net Assemblies
  • Dashboard report features.
  • How Dependency Graph helps to improve code architecture and maintainability.

Prerequisites

  • First, Install the latest Visual Studio here.
  • Download NDepend Trail Edition here
  • Unzip the download and install the VS extension

Official Documentation for more info

Getting Started

Attaching the code analyzer to any .Net application post-installation is just a "2-step process".

Step 1: Open any .Net project in Visual Studio, click the below icon, and start analyzing the code assemblies.

Step 2: Click "Analyze a .Net Assembly."

--

--