Hi,
I was expecting that I could use linq extensions for collections in liquid markup, but they are not supported syntax. Would it make sense to add a few linq extensions as liquid filters?
Thinkin…
I am working on a web application which writes out large sets of data from database directly to the response stream. Because of the streaming I don't have to hold all the data in memory.
Now I want to…