By tag: stream
0
kicks
Creating a StreamProxy with Delegate/Lambda to read/write to a file
I was once asked "What is the use of a delegate?". The main answer that I found was "to delay the call". Most people see delegate as events most of the time. However, they can be put to much greater use. Here is an example that I'll gladly share with you all.
0
kicks
Load a font from disk, stream or byte array
Describes how to load a font from a true type font file on disk, a stream or a byte array in C#.
0
kicks
Write dataset contents directly to zip file
This article shows how to write the contents of a dataset (Dataset.WriteXML) directly into a zip file, without creating any temporary file first.