NDepend

Improve your .NET code quality with NDepend

C# ValueTuple

C# 7.0 introduced Value Tuples which represent both a set of structures in the .NET Base Class Library (BCL) and some convenient C# syntax. Value tuples are available in all...
Patrick Smacchia January 31, 2023

The NDepend GitHub Action is now available!

NDepend is a tool for .NET developers and teams that assesses the code quality within the IDE and the CI-CD process. With 17 years of existence and over 12.000 companies...
Patrick Smacchia January 25, 2023

Deconstruction in C#

C# 7.0 introduced the deconstruction syntax. It allows developers to extract in a single expression, properties of an object or elements of a tuple and then to assign them to...
Patrick Smacchia January 18, 2023