How to read/write files in .Net Core? February 5, 2023 by Tarik Package: System.IO.FileSystem System.IO.File.ReadAllText("MyTextFile.txt"); ?