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 ...
One of the great things about .NET Framework is that there is so much included to make your life as a developer easier. Over the past few years we've been flooded with new capabilities. Staying ...
I'm getting no love from Stackoverflow, so I'm re-posting here. Hopefully someone can tell me if what I'm expecting / trying to accomplish is realistic or how to better approach it: Right now, I'm ...