4
Well, I was searching around the Internet for a way to create a string as template, based on an archive of template. I came across an answer from SOEN that talks about files .tt
, to use a template in "running time".
I would like to know more about these files:
- What’s this extension for
.tt
and how to use it? - What I need to do to use it in Visual Studio, for example?
- Is it safe to use it for what purposes? For example, I intend to use it to assemble body of emails (use Webforms :).