C# Read and Write to a Text File

See my complete course list at http://studycoding.org Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects. Console app example of reading and writing to a file. Part of the C# intermediate programming course. Full playlist is here    • Intermediate C# Topic 1 object oriented pr...   Next video:    • C# file io 02 read to objects   Contents 0:00 File IO introduction and goals for this tutorial 0:45 Demo of the test application 1:10 Create a new console app 1:35 Create a text document 2:20 Create a filepath string using the @ symbol for literal strings 3:00 Create an array of strings 3:20 using system.io 3:40 ReadAllLines