All Tags »
zip datatable string in-memory (RSS)
Sorry, but there are no more tags available to filter with.
-
I would like to do the following all in memory without writing to disk on the client's machine.
Zip an in-memory DataTable in .NET 2.0 (C#) to memory (not disk). Then I'll send it ( string/byte/stream .. whatever it's called) to our web service.
I found some code to change the DataTable into a stream, so I think that's the ...