vote up 9 vote down star
10

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.

flag

75% accept rate

6 Answers

vote up 9 vote down

Here's a couple more:

About NVelocity, it has been forked by the Castle guys, it's being developed here (log)

For emails, I've never needed more than NVelocity.

link|flag
Thanks for that mausch. Have you had any issues with NVelocity? – serg10 Dec 4 '08 at 11:36
Yes, there are some minor issues, for example this one: forum.castleproject.org/viewtopic.php?t=4781/… – Mauricio Scheffer Dec 4 '08 at 18:59
vote up 2 vote down

string template from the anltr.org folks with a C# version too.

link|flag
vote up 1 vote down

More Complete List

  • ASP.Net inbuilt WebForm View Engine
  • ASPView
  • Brail
  • NHaml (.Net port of Haml)
  • Spark
  • NVelocity
  • StringTemplate.Net
link|flag
vote up 1 vote down

Another one that may be useful: http://www.stefansarstedt.com/templatemaschine.html

link|flag
vote up 0 vote down

Have you seen NVelocity, a .NET port of Velocity? http://nvelocity.sourceforge.net/

link|flag
Yes - google found that, but it doesn't look very active. Nothing since 2003. Have you used it? – serg10 Dec 4 '08 at 10:16
vote up 0 vote down

http://csharp-source.net/open-source/template-engines

http://joel.net/code/dotnet_templates.aspx

Hope this helps!!!

link|flag
Have you used any the libraries listed in the first link? – serg10 Dec 4 '08 at 11:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.