In the Sitecore Slack Team's #TDS channel there was a Team Development for Sitecore feature request from Robbert Hock. It was: On the Deployment Property Manager, being able to export the settings to Excel (so I can send someone a report of all the stuff that gets depoyed [sic] once, which items ar... [More]

A very common feature request we get for Team Development for Sitecore at Hedgehog is that people want code generation to create a file per Sitecore template in their project. Currently, when TDS code generation runs it will create a single file with all of the code inside of it. Using partial class... [More]

TDS And Duplicate Items

April 18, 2013

From time to time we get feature requests for Team Development for Sitecore to support multiple sub-items with the same name as shown below. - sitecore - content - home - article-1 - article-1 - article-2 This topic has been discussed internally... [More]

When using Team Development for Sitecore (TDS) you may need to tell your source control system how to handle certain files. This post is mainly targeted to folks using Git as their source control system, but it could be a general guideline for people using any source control system that isn't i... [More]

One of the major pain points when deploying Sitecore based web sites has always been configuration management. Sitecore has thousands of lines of configuration scattered across more than a dozen files.  With Sitecore 6 we were given the ability to use 'patch' or 'include' files that great... [More]