Context I have a scenario in which i have to read the file data from Directory (I/O) after 5 minutes and read the content of the file using TPL and after reading it i have to show the file content in a Grid to some Windows form ?
Questions: I have created the windows service and schedule it to run after every 5 minutes and it reads the files from the specified directory but now the problem is how i will show the data to grid because its a separate application written using WPF. Is there a way to get data from Windows service and show to windows form ?
Thanks