I find that whenever I need to use a Stream in .NET, I have to begin research. This usually involves finding what I can from MSDN, or stealing examples I find. Although complete, I find MSDN not sufficient for my needs to really understanding Stream usage. What is a good reference book or site for .NET Stream mastery?
Share
The book “Inside C#” is a little bit outdated today, but had a good chapter about the topic you are asking for.