Reputation: 89
Can we use tt templates instead of T4 templates in Custom Scaffolding for generating Controllers & views.
Or do we have a tool for converting tt templates to t4 templates ?
Please suggest.
Thanks & Regards Christena
Upvotes: 1
Views: 201
Reputation: 30152
The tt templates are t4 templates, just the file extension is tt.
See the location of the files: How do I create my own Scaffold Template in ASP.NET MVC 3?
Upvotes: 1