Friday, September 8, 2017

Practical Session 11- Sitecore- TDS best practices and design your own TT files for the desired ORM


TDS is very useful for the rapid Sitecore developers, this is basically a tool which helps to generate the ORM for a template which takes cares generating the interface, Constants and partial classes.
There are a lot of other features, will try to cover key features here.
WHAT’S IN THIS Session?
  1. Rearchitect Header and Item tt file to design your own ORM output.
  2. Setup TDS for Sitecore Project.
  3. Sync-Up TDS with Sitecore Project.
  4. TDS Installation and best practices.
  5. Difference between Serialized and TDS packages.
  6. Best practices for the multiple sites.
If you are using TDS, You do not need to use the GlasssMapper, Secondly it has a lot of other capabilities like - deploy your Sitecore packages, You can automate these package, even you can deploy file system - include/exclude dll etc.
Here, I will explain all these steps from download TDS to generate the ORM, design your own TT files.
TT files are basically used as a schema to generate the ORM- With a little understanding of the structure you can modify this file to modify the desired ORM files
  1. First, cover the basic to setup the TDS then will move the advance
Download TDS package:- https://www.teamdevelopmentforsitecore.com/Download
Install TDS - It's very simple step.
Integration TDS within your project.
For a single side, We can plan to create multiple TDS projects, like one for the Core, second for the Master and third for the actual Template where ORM needs to be generated. We are creating altogether a new project for Template, As TDS does not support generate ORM based on selected items.
For more details, Please follow my blog here-

No comments:

Post a Comment