Explore the basics of text data manipulation. Learn techniques to read and write files efficiently, delving into line-by-line and character-by-character parsing to build a strong foundation in handling textual data using C#.
Overview
Syllabus
- Unit 1: Reading Text Files in C#
- Reading and Displaying File Content in C#
- Using the ReadAllText Method
- Creating and Reading a Text File
- Master Reading and Displaying Files
- Unit 2: Reading Text Files Line-by-Line in C#
- Reading and Displaying the First Line of a File in C#
- Reading and Summing Numbers from a File Task
- Calculating Average Temperature from File Data
- Reading and Sorting Names from a File
- Unit 3: Reading Files in C# with StreamReader
- Reading the First Character with StreamReader
- Extracting a File Snippet with StreamReader
- Read and Process Coded File Segments
- Reading Specific Portions of a File with StreamReader
- Unit 4: Writing and Appending Text to Files in C#
- File Operations: Writing and Reading with C#
- Writing an API Key to a File in C#
- Appending Names to a File in C#
- Summing Numbers from a File Using C#