.net - Razor view engine, parse directly to file -


bit of stab in dark here.

we use spark view engine render xml template used within our application reporting purposes. works nicely have hit hurdle in of our xml templates, once processed, large. large in fact causing problem run directly in memory. because of exploring possibility of writing them straight disk.

now, looks may possible spark can pass textwriter in render method. i'm unsure whether possible razor view engine. possibly using technique similar described in post.

http://buildstarted.com/2010/09/29/razor-view-engine-without-mvc-at-all/

like say, bit of stab in dark appreciated.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -