Top "Deflatestream" questions

Microsoft .NET built-in support for standards-compliant Deflate algorithm (compress and decompress).

zip and unzip string with Deflate

I need to zip and unzip string Here is code: public static byte[] ZipStr(String str) { using (MemoryStream output = new …

c# .net deflatestream
Read Dynamics NAV Table Metadata with SQL

I would like to be able to read the Dynamics NAV 2013 Table Metadata directly from the SQL Server database without …

tsql blob zlib dynamics-nav deflatestream
Zip a MemoryStream for an email attachment

I'm trying to zip an XML tree and use it as an email attachment. The sending of the email with …

.net zip attachment deflatestream
DeflateStream not decompressing data (the first time)

So here's a strange one. I have this method to take a Base64-encoded deflated string and return the original …

c# .net-4.0 deflatestream
C# Custom Serialization/Deserialization together with DeflateStreams

I'm trying to do custom serialization/deserialization of an object as well as compressing/decompressing the serialized data with DeflateStreams. …

c# serialization deserialization deflatestream