Search code examples
c#xmlvisual-studiocompressionexi

.NET Implementation of Efficient XML


I am exporting large databases into xml format. This XML data needs to be compressed into the smallest possible format. I have heard alot about Efficient XML (EXI) and was wondering if there was a .NET implementation so that it can be called from within code...

Does anyone have an example of this as online resources seem to be a bit sparse...


Solution

  • Such implementation does exist. The company that created a predecessor of the Efficient XML Interchange format (AgileDelta) offers an Efficient XML library, which includes .Net version. Although they don't seem to publish the price.

    The official EXI site doesn't list any other .Net implementation.