I use huge data files, sometimes I only need to know the number of lines in these files, usually I open them up and read them line by line...
  • May 26, 2022
  • 0 Comments
I have spent the best part of two days “faffing” about with code samples and etc., trying to read a very large JSON file into an array in c#...
  • May 14, 2022
  • 0 Comments
I am looking for opinions of how to handle large binary files on which my source code (web application) is dependent. We are currently discussing several alternatives: Copy the...
  • May 2, 2022
  • 0 Comments