News

First off, I really don't understand streams. There's the Stream stream, and the MemoryStream stream, FileStream stream and probably a lot more. I understand how they are useful, but cannot really ...
The XmlSerializer class provides a great way to convert (serialize) objects to XML and back (deserialize). However, it can be difficult to serialize collections such as Arrays and ArrayLists properly ...