Hi there,
This is the first C# program I have created:
Download eSync
Download eSync Source
Basically - you choose two locations, change some of the options to suit yourself and it syncs the second directory, to match the first. Great if you have your music library in two locations for instance (which is why i created the program).
Being a VB man myself it's taken some time to get used to the syntax and having to explicitly convert everything the right data types yourself, although, now I have done it, I think that's one of the many great things about C#, despite the fact it was very annoying at the beginning.
Another thing I thought was good, was the fact it doesn't take into account newlines so you could make the code fit so you didn't have to scroll horizontally.
Anywho - for anyone who has learnt/is learning VB, i strongly suggest C#. I will be using it from now on when i can.
Thanks for looking.
This is the first C# program I have created:
Download eSync
Download eSync Source
Basically - you choose two locations, change some of the options to suit yourself and it syncs the second directory, to match the first. Great if you have your music library in two locations for instance (which is why i created the program).
Being a VB man myself it's taken some time to get used to the syntax and having to explicitly convert everything the right data types yourself, although, now I have done it, I think that's one of the many great things about C#, despite the fact it was very annoying at the beginning.
Another thing I thought was good, was the fact it doesn't take into account newlines so you could make the code fit so you didn't have to scroll horizontally.
Anywho - for anyone who has learnt/is learning VB, i strongly suggest C#. I will be using it from now on when i can.
Thanks for looking.
Last edited: