What is the '.tt' extension?

时间秒杀一切 提交于 2019-12-10 15:55:30

问题


I work with a bunch of something.js.tt JavaScript files using Knockout and a bunch of something-else.tt HTML files.

The infrastructure is mostly a C backend with Perl serving API and we use these .tt files to show the HTML and .js.tt to serve the Knockout.js code. What is .tt?


回答1:


A TT file is a Visual Studio Text Template, developed by Microsoft.




回答2:


Text Template Transformation Toolkit, shortly written as T4, uses the .tt file extension for its source files. It is Microsoft's template-based text generation framework included with Visual Studio.

For more info, see the docs.



来源:https://stackoverflow.com/questions/34621378/what-is-the-tt-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!