|
|
Scenario: I have a MVC app that talks to a REST service. The REST service makes multiple queries to Azure blob store and returns HUGE amount of data. I want to stream the data back to the MVC app and then to the client. What is the best way to do this ?
|
|