We hade a quite busy year, and we are gonna finish it with a new Sitecore Meetup in Cluj-Napoca, Romania The meetup is on the evening of 22nd November 2018 and the agenda is: What’s new in Sitecore 9.1 – Sebastian Tecsi, Sitecore MVP Sitecore xConnect & Marketing Automation – Dani Mocan, Sitecore MVP Tips […]
Stelio made a post on how to handle the deletion of items across Sitecore databases. And I remembered that I wrote code for this situation in another way. The way that I’ve approached this is to extend the Item Delete event so I can publish deleted item by publishing the parent item. Basically, I detect […]
Sitecore Symposium 2018 highlights
Hi there, One month from Sitecore Symposium 2018 has passed already, and I said that I should write a 1 month highlights post. That also for the fact that I’ve traveled a bit in the past month, and had to catch up a bit with all the articles/post about the Symposium. So this is yet […]
Hi there, Well, I was a bit stressed about this certification. I have not worked that much in Sitecore lately and I did not really prepared for this exam. I participated at Sitecore MVP Summit 2018 and up until the evening before the day the exam was scheduled I was not 100% that I really […]
Do not change global.asax in Sitecore 9!
This is a rule of thumb in Sitecore 9: Do not change global.asax. There are other ways to run a piece of code at the start of the Sitecore 9. Until now I have used 2 ways in Sitecore 9 to run a piece of code at the start of the solution. In a similar […]