Can you recommend a .net template engine?
Posted
by serg10
on Stack Overflow
See other posts from Stack Overflow
or by serg10
Published on 2008-12-04T10:06:32Z
Indexed on
2010/03/15
1:59 UTC
Read the original article
Hit count: 434
I am looking for a .net templating engine - something simple, lightweight, stable with not too many dependencies. All I need it for at the moment is creating templated plain text and html emails. Can anyone give me a good recommendation?
If it helps at all - something like Java's Freemarker or Velocity libraries.
[UPDATE] Thanks for the answers so far - much appreciated. I am really intested in recommendations or war stories from when you have used these libraries. Seems to be the best way to make a decision without trying each in turn.
© Stack Overflow or respective owner