0
kicks
File.ReadAllText, WriteAllText, ReadAllLines, WriteAllLines, etc.
I found that a lot of people still use StreamReader/StreamWriter for simple file access.
You can replace
using... StreamReader... ReadToEnd...
with a simple call to File.ReadAllText