I have a text file which get written every milli second.
I want to capture the data which gets written to text file from Stream it is getting written from.
I don't want to read the text file.
JSON.Net is one of the ways to get the data from the stream
http://stackoverflow.com/questions/8157636/can-json-net-serialize-deserialize-to-from-a-stream
How to specify the text file for the Stream Reader?
Go to the complete details ...