Compact and fast XML encoding. FastInfoset.NET enables you to reduce XML document size and increase XML processing performance by using Fast Infoset encoding. Fast Infoset is a standard that specifies a binary encoding for the W3C XML Infoset, designed to provide better compactness and speed than the text encoding. FastInfoset.NET is an implementation of Fast Infoset for the .NET Framework. It runs on .NET, .NET CF and Silverlight, it integrates into the XML API of .NET, it is royalty-free, it is written in 100% managed C# code and its full source code is available.
View More