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...
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#...
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...
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...