FileSystem Syncher – Part 3

Hello and welcome, I thought it's just about the time we continue from where we were in the last part of this project. As always if you want to follow along, the source code from last time can be found here. The reason there is a new release and not just continuing from last time … Continue reading FileSystem Syncher – Part 3

FileSystem Syncher – Part 2

Hello, This post has been long delayed, so I say Welcome :). Let us start from where we last stopped, for those still wanting to follow along, you can find the solution here. There is a small mention, since the last release and now I did a small modification inside the Program.cs file the console … Continue reading FileSystem Syncher – Part 2

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