Posts tagged “C#”

Reading Binary Tile Map Data on Windows Phone

Scott Walker · Sep 28, 2012

When building a tile‑mapping engine for Windows Phone, one of the first challenges is reading binary data from the device. Unlike full .NET Framework applications, Windows Phone does not support the System.Runtime.Serialization.Formatters.Binary namespace, which means traditional binary serialization is not available.

πŸ’¬ 0 C# Windows Phone