NxtGenUG Nugget – T4 Coventry
Avoiding Boredom Using T4 (the Text Template Transformation Toolkit)
Peter MarriottI am doing a Nugget on T4 at the NxtGenUG meeting at Coventry on 12th July 2010. The main event talk is Dave Sussman on How Clean is your ASP.NET?
The Nugget is a brief introduction to T4: what it is, what you can do with it and how it can make boiler plate coding far less dull and error prone. There have been a few minor changes since the nugget I gave in April. The demo project is VS2010 and uses a EF4 model rather than WCF data services model.
Resources
Links
- T4 Editor
- T4 Toolbox
- Oleg Sych (T4 templates and articles)
- T4 on MSDN
- T4 to add INotifyPropertyChanged
Use T4 code generation to add INotifyPropertyChanged to WCF Data Services (Astoria) Entities