Code Maze Author

Alessandro Furno

Alessandro has worked with .NET technologies for more than 10 years. His main works concern software for logistics, automation and ERP, as well as integration with third party applications and web APIs. In addition to programming, he is also interested in digital signal processing.
Also find me here:

MY ARTICLES:

What’s the Best Way to Count the Digits in a Number

In this article, we examine how to count the digits in a number, using C#. Finding the number of digits of an integer is a common problem in informatics. For instance, it's useful when we need to convert numbers from one numerical system to another, or when we want to...

Is a Path a File or a Directory in C#

In this article, we explore how to determine if a path is a file or a directory in C#. We have two main approaches to determining...