Logging Aspect what it is & where it is going

Hello, Intro Some might know of a library I did a few months ago about using PostSharp and designing a logging implementation following the Aspect Oriented Programming programming paradigm. For those who did now know about it, you can find the repository here. The project also came along with a few NuGet packages, but in … Continue reading Logging Aspect what it is & where it is going

IEnumerator and foreach

Hello and welcome, In my latest  post, I used the DirectoryInfo method called "EnumerateFiles". But if we look into the available methods for the DirectoryInfo, we will notice that there is also a "GetFiles" method that has the same overloads and number of parameters, but what is the difference between the two methods, and why did … Continue reading IEnumerator and foreach