Sometimes there is need for comparing the contents between two environments. It can be local to QA, QA to Stage or Stage to Production. So I thought of building a simple page, by which we can compare items between two environments.
DevOps
How to upload Sitecore TDS package programmatically
We live in a world of automation. Everything we are doing manually, we always try to do it in automated way. It’s true for deployment of codes as well. In Sitecore project deployments, one of the key area is deploying the Sitecore packages. This can be a pain if we do it in manually (Generate Package from Sitecore environment and upload it to another environment), every time we deploy the code to another environment.