C# Read in multiple profiles from streamreader and give outputs?

It's going to be a lot easier to do it with XML serialization/deserialization.

I would probably do a File. ReadAllText ( or something like that) into a string. That way you release the file handle.

Then you can loop over the characters in the string that you read from the file and do whatever you want.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions