Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 969063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:35:05+00:00 2026-05-16T02:35:05+00:00

What is the difference between the <# tag and the <#+ tag in T4?

  • 0

What is the difference between the <# tag and the <#+ tag in T4?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T02:35:06+00:00Added an answer on May 16, 2026 at 2:35 am

    The docs explain:

    Standard control blocks

    A standard control block is a section of program code that generates part of the output file.

    You can mix any number of text blocks and standard control blocks in a template file. However, you cannot place one control block inside another. Each standard control block is delimited by the symbols <# ... #>.

    …

    Class feature control blocks

    A class feature control block defines properties, methods, or any other code that should not be included in the main transform. Class feature blocks are frequently used for helper functions. Typically, class feature blocks are placed in separate files so that they can be included by more than one text template.

    Class feature control blocks are delimited by the symbols <#+ ... #>

    For example, the following template file declares and uses a method:

    <#@ output extension=".txt" #>
    Squares:
    <#
        for(int i = 0; i < 4; i++)
        {
    #>
        The square of <#= i #> is <#= Square(i+1) #>.
    <#
        } 
    #>
    That is the end of the list.
    <#+   // Start of class feature block
    private int Square(int i)
    {
        return i*i; 
    }
    #>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the difference between cfproperty tag defined variable and the variables scope variable
What is the main difference between using the <devenv> tag and the <msbuild> tag
When using classic ASP, what is the difference between declaring connection via object tag:
Difference between Custom Tag and Java Bean?
What is the difference between meta tag content and the title ? I know
What is the difference between an HTML Element and an HTML Tag ? Is
I am looking to find out the difference between the spring:bind and form:form tag
What is the difference between Custom Tag Libraries and Core Tag Libraries in JSP?
I'd like to know the difference between title attr of the tag "a" and
I want to know what is difference between this 2 ELEMENT tag : <!ELEMENT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.