Masthead image for SitecoreFundamentals.com
Banner image for Help, My Sitecore Package Deployer Has Stopped Working! article

One of my favourite tools in Sitecore development is the Hedgehog's Sitecore Package Deployer. Having Azure DevOps drop TDS's packages into your instances automates a complete update for you! I've covered how to implement this in my past post, Complete Guide to Deployment Automation, and it's a really reliable method unless something interrupts the process like we had happen last week. So, what happened and how do we fix it?

Read More
Banner image for Using Sitecore to Manage Your Bundled Assets article

There's no reason why you shouldn't be bundling your assets as it cuts down on requests by your Users. One thing about it, is the bundles are defined in the BudleConfig class on application startup. This means you have to re-deploy if the bundles need changing, so let's use Sitecore Config and Pipelines instead.

Read More
Banner image for Dear Author, You've Deleted Sitecore Content but It's Still Online? Here's a Couple Quick Tips About Taking an Item Offline. article

To remove an item from your site you need to first publish it as unpublishable or publish its parent with all subitems opted in. We'll go through these steps plus a way your Administrator can help you if all else fails. 

Read More
Banner image for Complete Guide to Deployment Automation of Your Scaled Sitecore Environment Using Azure Devops  and Hedgehog TDS article

Our typical scaled Sitecore environments will consist of anywhere between 4-6 instances, depending on pre or post version 9, so being able to automate updates to them certainly saves a lot of time. The time required to perform a conventional package installation and to extract the updated files and drop them into delivery instances becomes costly over many months for larger engagements, so using the tools we have available to us is a necessity. Today I'm going to provide a complete guide for setting this up using HedgeHog TDS and Azure Devops.

Read More
Banner image for Understanding Sitecore 9 Configuration Layers article

With Sitecore 9 we have a great new feature, which is Configuration Layers. These layers allow for the control and separation of config files, such as keeping your custom configs away from the Out-of-the-box ones. This is, and has always been recommended practice, and layers make it easier to control. 

Read More