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#.
I'm not familiar with freemarker, but I believe NVelocity may do what you're looking for.
NVelocity is a template engine I've used to generate emails. Here's how your code might look.
精彩评论