Posts Tagged ‘Biztalk c#’

VirtualStream and ReadOnlySeekableStream

When you write a custom pipeline component, loading entire message into memory should be avoided. If you use Memory Stream for large files, it loads entire message into memory and you may have OutOfMemory exceptions. On the other hand, VirtualStream uses Biztalk’s buffering directory after a threshold value which is specified in object initialization. In [...]

Read the rest of this entry »