Browse by Tags

All Tags » T4 » C# (RSS)

Using .Net 3.5 and C# 3.0 features in T4 templates by shiju

The T4 templates are compiled against .Net Framework 2.0 by default and it will be restricted to use LINQ and other .Net 3.5 features in your T4 templates. If you want to use any of C# 3.0 or .Net 3.5 features in your T4 templates, you have to specify...
Filed under: , ,
More Posts