T4 and code generation in VS2010 (got to know)

T4 Template Transformation Process

T4=Text template transformationtookit= Template based CODE GENERATION Engine

Why Generate Code?

  • Improve Developer Productivity
  • Improve Code Quality
  • Synchronize Multiple Source Files

What is T4?

  • Template Syntax

  • Transformation Process

  • Statement Blocks

  • Expression Blocks

  • Class Feature Blocks