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
Projects
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
FileSystem Syncher – Part 1
Hello and welcome to part 1, In this step we will make a basic console application that copies all the files from the source path to destination path, checking if there are files already present at the destination path and doing a simple comparison. I recommend that if you are following along, you should go and … Continue reading FileSystem Syncher – Part 1
FileSystem Syncher – Into
Hello, This will be the first post in a series of steps into creating an application which I named "FileSystem Syncher". First let me give you some background on this idea, where it came from, how I envision the usage of this tool and how we are going to proceed with it's development. The idea … Continue reading FileSystem Syncher – Into