Two days ago, I migrated my laptop to Windows 8 Release Preview and today Windows Live Mesh finished syncing all of my files. So in the last few hours I migrated all the dev stuff and I’d like to share the latest versions of them too. Most of the libraries haven’t changed that much, only their namespaces have changed from TCD.Windows8.xxxx to TCD.xxxx.
TCD.Serialization
- TCD.Serialization.Xml.XmlDeSerializer – (de)serialize an object from/to a string or Stream using XML
- TCD.Serialization.Json.JsonDeSerializer – (de)serialize an object from/to a string or Stream using JSON
Download TCD.Serialization.zip
TCD.Controls
- TCD.Controls.Flyout – create your own Flyout
- TCD.Controls.Settings.SettingsContractWrapper – integrate with the settings contract in just a few lines of code