Serializing data with C#

Years ago, there appeared to be only XmlSerializer.  Then came the DataContractSerializer particular for use with WCF.  Now, it appears there are a couple JsonSerializers – who knows what will be next? Recently, I had to implement a Serializer.  I tried a few of...

Not able to export a remote database

New client computer, so I installed the latest MySql Workbench – version 6.3.6.  Turns out that the new version no longer works for me when exporting a remote database.  Here’s the error I’m seeing: It works just fine when exporting local databases,...

Backing up Confluence

Recently started using Confluence as the wiki of choice – wow, that was an adventure I should probably write an article on.  To backup the entire Confluence Site (i.e. all Spaces), click Cog >> General Configuration >> Backup Manager.  From here,...