Reference

Home > Documentation > Project Structure > Packages > Managed Code


Templates can execute .Net code. The source is in managed code files supporting either Visual Basic or C Sharp. Code files are brought together and compiled into an individual assembly. One assembly for VB code, and a separate assembly for C# code.

This is possible via .Net codeDOM.