Luis Molina
Luis Molina

Reputation: 577

Any template engine similar to freetemplate for C#?

I'm looking for a template engine like freemarker (with select case directive) for writing a generator in C#.

Upvotes: 1

Views: 1211

Answers (2)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038730

NVelocity is a template engine I've used to generate emails. Here's how your code might look.

Upvotes: 1

Dathan
Dathan

Reputation: 7446

I'm not familiar with freemarker, but I believe NVelocity may do what you're looking for.

Upvotes: 1

Related Questions