C#

Migrating TCD to Windows 8 Release Preview

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

Download FlyoutAndSettingsSample.zip

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.