Most C# applications are required to store information even when the application is closed. For this we can use files to have data storage. C# offers great ways to store your data although it might be daunting with the amounts of C# file management information you might find.
By learning C# file management you'll understand the basics of persisting data between sessions as well as have the skills to advance to more powerful technologies such as databases.
This is #17 code-along video of the series: Learn C# By Building - Files and Data Storage Part 1
Chapters:
0:00 Intro
0:10 Files in programming
1:00 C# file streams
1:51 File variable setup
4:40 File Class basics
7:00 Storing C# data to file
12:45 Outro
C# lessons, .net developer beginner, beginner developer, C# Coding, C# Development, C# Project, C# files, C# storage
#csharp #ProgrammingTutorial #Tutorial