I am currently working on a console application which will retrieve information in a database to insert them into another database. I would like that once all data saved the application automatically generates and downloads a csv file on the user's computer. But without saving the file on the server.
Is this possible or do I have to create a temporary file?
Thank you in advance for your answers.