ASP.NET return dynamic generated binary file without storing entire content in memory
There are a lot of places on the internet that show how to return files but I have found none that will return dynamically generated binary data without storing the whole contents on memory. Maybe I should serialize my data…