Auto generating Template.cs file using Unicorn and T4 templates

Whoever is working on Helix architecture knows the importance of Template.cs file in each feature or foundation modules. Now some developers are new to Helix architecture go for a manual creation of this file which utilizes good amount of efforts and there can be errors as well because a human is involved in the creation … Continue reading Auto generating Template.cs file using Unicorn and T4 templates

How to create a Custom Search Index in Sitecore 9.2

We create custom index for the below reasons: Fast responses. Index only content items which are required. Can change the indexing strategies based on the requirement. Manual indexing becomes easy because we don’t need to index whole tree to accommodate new items. Steps to create and index the new/custom search index Go to the SOLR … Continue reading How to create a Custom Search Index in Sitecore 9.2

What are Renderings? Which ones we frequently use?

Hope the learning series is quite easy to understand. Please reach out to me in case of any queries, will try to solve the queries at the earliest. In Sitecore CMS, every web page is split into multiple pieces/blocks and each of these blocks is rendered/presented by different components (a piece of functionality) separately. Every … Continue reading What are Renderings? Which ones we frequently use?

What is Layout in Sitecore and How can we create it?

Layouts are the scaffolding for your web pages, and will usually include the <head> and <body> tags for the markup. They often pull in styling and JavaScript code but have little markup themselves, instead it have multiple placeholders in which one can plug component renderings. All the layouts reside at /sitecore/layout/Layouts There are a few … Continue reading What is Layout in Sitecore and How can we create it?