Category Archives: Miscellaneous

Personal Backup Solution

Just read a nice blog post by @4nd3rs (in Danish) about his considerations about online backups; what to use and local vs. remote backup. In the following I will try to describe my own setup. It has been a work … Continue reading

Posted in Miscellaneous | Tagged | 1 Comment

Code Test, Take 2

This is a test of formatted code: public CompleteStorageService(string connectionString, string fileName) { if (connectionString == null) { throw new ArgumentNullException("connectionString"); } if (fileName == null) { throw new ArgumentNullException("fileName"); } this.connectionString = connectionString; this.fileName = fileName; this.syncLock = new … Continue reading

Posted in Miscellaneous | Leave a comment

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Posted in Miscellaneous | 1 Comment