In the previous blog post, I explained how to calculate the size of media library and sub-items. Once you know the size you can plan to export Sitecore Media Library items to disk in one go or folder by folder depending on the Size. In this blog post we will continue our discussion and I … Continue reading Export Sitecore Media Library Items to Disk
C#
Sitecore upload and test ASPX page with custom logic
Using embedded code ASPX pages is a great way to run your custom code in a Sitecore instance without needing to do a full deployment. This also gives you the flexibility if you need to do something in Production and cannot deploy and do rapid build upload and test. You can use Visual Studio to … Continue reading Sitecore upload and test ASPX page with custom logic