Stories recently tagged with 'T4'

Auto generate release scripts for web application using T4 template (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years, 3 months ago

Automatic Generation of release version of javascript files using AjaxControlToolkit's JavascripCommentStripper.dll and T4 templates read more...

add a comment |category: |Views: 29

tags: another

How to use T4 to generate strongly-typed navication class in ASP.NET(blog.devarchive.net)

submitted by olegsycholegsych(335) 4 years, 3 months ago

In this article Kirill Chilingarashvili demonstrates how to use a T4 template to generate a navigation class in ASP.NET. This class contains nested classes that represent folders and string constants that represent users control (.ascx) files in the application. Using such navigation class helps to avoid hardcoding file paths as string literals and because it is automatically generated there is no need to maintain string constants manually. read more...

1 comment |category: |Views: 25

tags: another

Understanding T4 template transformation(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 3 months ago

T4 (Text Template Transformation Toolkit) is a template-based code generation engine. It is available in Visual Studio 2008 and as a download in DSL and GAT toolkits for Visual Studio 2005. This article provides an overview of the template transformation process and demonstrate how different types of template blocks and processing instructions are transformed into code. Each example includes template text, compiled template code and output text. read more...

add a comment |category: |Views: 79

tags: another

How to use T4 to generate Decorator classes(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 3 months ago

This article demonstrates how to use Introspection (FxCop SDK) and T4 templates to generate C# Decorator classes in Visual Studio. read more...

add a comment |category: |Views: 83

tags: another

How to use T4 to generate CRUD stored procedures(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 4 months ago

This article demonstrates how to use simple T4 templates to generate CRUD stored procedures. It also shows how T4 code generation can be used in database projects of Visual Studio Team Edition for Database Professionals. read more...

add a comment |category: |Views: 472

tags: another

T4 Overview and Examples(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 5 months ago

T4 (Text Template Transformation Toolkit) is a free template-based code generation engine from Microsoft. It integrates into Visual Studio and allows you to use ASP.NET-like template syntax to generate C#, configuration or any other text files. This articles provides an overview of T4, compares it to some of the existing alternatives and includes links to ready-to-use T4 template examples. read more...

add a comment |category: |Views: 340

tags: another

POT instead of Guidance(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 5 months ago

Text Template Transformation Toolkit (T4) is a template engine, similar to CodeSmith that you can use to generate code. It is included with DSL, GAT toolkits and Visual Studio 2008. This article provides an overview of how to create and use a light-weight POT (plain old template) in a C# project without having to create an entire DSL or Guidance Package. read more...

add a comment |category: |Views: 2

tags: another