Mike Bluett wrote:
1. How did you know that ISO 8859-1 was represented by 28591 (in .NET) (i.e., where would I have looked to find such information)?
In the documentation on the page about the Encoding class, there is a list of encodings: MSDN Library: Encoding class[^]
Mike Bluett wrote:
2. The fact that you were able to respond with an answer to this type of question conveys to me that you know a fair amount about programming. What kinds of things did you do to get to the understanding of programming that you have today?
Well, I did a lot of programming. :) I have used many different programming languages on several different platforms. It helps to have done a bit of machine level programming, so that you know what really happens below the surface. Also, the last years I have been hanging out a lot in forums like this, helping people. You learn a lot from that. :)
Despite everything, the person most likely to be fooling you next is yourself.