Recently while exploring Sitecore DMS feature, came across a situation where I wanted to know rowcount of all tables in Sitecore Analytics database. So like any other developer, I googled it and found many SQL Queries which accomplish this requirement. But I liked one query very much and hence wanted to share it via this post. …
Scenario: Recently we have upgraded our project solution to Visual Studio 2013. Visual Studio 2013 is awesome, specially it’s loading speed. VS 2013 is loading solution file very speedy compare to VS 2010. There are many other eye catching features in VS 2013. But I am not writing this post for it.. as you will find …
Scenario: We were using TDS smoothly in our day-to-day development life, but one day suddenly it started giving exception while syncing with Sitecore. We were getting below exception: “The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. (PathTooLongException):“ At first glance, we thought …
Scenario: Few days ago, our deployment team sent us instructions to update our sitecore instance. I found that they have sent sitecore serialization items to update sitecore instance, I started to update my local sitecore instance using sitecore serialization items. But there was a question roaming in my mind, why they have provided serialization items and …
Friends, this is tidbit thing about sitecore. Sitecore newbie who wants to know how to add new command in ribbon (in sitecore- we call button as “command”) will find this post useful. Scenario: Have you ever imagined from where all sitecore buttons are coming? Do you want to create your own sitecore command/button? If so, then …