Profile

Click to view full profile
Hi, I'm Veerapat Sriarunrungrueang, an expert in technology field, especially full stack web development and performance testing.This is my coding diary. I usually develop and keep code snippets or some tricks, and update to this diary when I have time. Nowadays, I've been giving counsel to many well-known firms in Thailand.
view more...

Friday, November 23, 2012

What is MemoryStream, and its purpose (C#)

MemoryStream represents a pure data in memory as a stream of data. It is useful to use with other types such as BinaryReader to improve performance. It can be constructed from array of bytes. To use MemoryStream, it will store in a memory which is faster than disk or network accesses, and use it as temporary data on memory.

No comments:

Post a Comment