I need to write a strings into a text file from C#, each string on a new line...How can I do this?
How about StreamWriter class? Read more here...
And do not forget about exception handling e.g missing file permissions etc.