I have a standalone .NET console application that generates a 10MB of array after a 2 hour batch run.
I would like to graph this array interactively in Mathematica.
How would I grab this data into a Mathematica notebook, so I can graph it interactively?