Click here to Skip to main content
15,895,799 members
Articles / Programming Languages / C#

A replacement for MemoryStream

19 Mar 2012CPOL7 min read 191.5K   4.8K   143  
Explains the cause of the OutOfMemoryExceptions which commonly occur when using MemoryStream, and introduces a replacement which uses a dynamic list of memory segments as a backing store, as opposed to a single array, making it more resilient with large datasets.
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C# Table of Contents to view the list of available articles in this section.