-
Notifications
You must be signed in to change notification settings - Fork 50
Getting Started
There are various public frameworks that model Sitecore templates. The creation of these models, or classes, is very monotonous and can be reliably generated with a tool. Some examples of these 'ORM' type frameworks are:
There are two big reasons.
- Increase developer efficiency
- Increase reliability by using an automated process
Starting with version 4 of Team Development for Sitecore Code Generation is supported. TDS allows developers to write T4 Text Templates that are applied to the Sitecore items in their TDS project. The code that is generated is under your control!
We have provided a sample solution that contains sample templates for Glass Mapper and the CIG frameworks.
TDS provides very granular control of code generation. The most basic of configurations requires that code generation is enabled and configured at the project level. Once the project has been configured each item can have its own settings that are set in the Code Generation
section of the properties of that item.