ItsMyCode
  • How To
  • Python
    • Basics
    • Advanced
    • Built-In Methods
    • Dictionary Methods
    • String Methods
    • List Methods
    • Date and Time
    • Files and Folders
    • Matplotlib
    • Seaborn
    • NumPy
    • Pandas
    • SciPy
    • Errors and Exception
    • Django
  • R
  • Git
  • Powershell
  • Javascript
  • C#
    • Sitecore
  • Node.js
ItsMyCode

Coding Simplified

  • How To
  • Python
    • Basics
    • Advanced
    • Built-In Methods
    • Dictionary Methods
    • String Methods
    • List Methods
    • Date and Time
    • Files and Folders
    • Matplotlib
    • Seaborn
    • NumPy
    • Pandas
    • SciPy
    • Errors and Exception
    • Django
  • R
  • Git
  • Powershell
  • Javascript
  • C#
    • Sitecore
  • Node.js
541
98
0

Home » Sitecore

Browsing Category

Sitecore

31 posts

Digital Experience Platform and Content Hub that apply the power of data science and marketing technology to shape your business around new possibilities.

Sitecore
  • Sitecore
  • How To
  • 1 minute read

Optimize Sitecore Media Library and Improve performance

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 29, 2021
Often i get a question asking How do we optimize the Sitecore media library Items and improve the performance of the website. Follow the simple checklist and ensure it is…
View Post
Sitecore Required License Is Missing: Runtime
  • How To
  • Sitecore
  • 2 minute read

Sitecore Required license is missing: Runtime [Solved]

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • September 10, 2021
Sitecore is a paid CMS software that requires a valid license file. When writing the article, Sitecore doesn’t provide any trial or evaluation period to try out and purchase later.…
View Post
Sitecore
  • How To
  • Sitecore
  • 1 minute read

Disable Language Embedding in URLs and Sitecore Links

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
We know that Sitecore is a CMS and it supports multiple languages, hence the generated URL and Sitecore links will have a language appended to it for example(‘en’,’en-US’, etc.,). In this…
View Post
Sitecore
  • How To
  • Sitecore
  • 1 minute read

How to get Sitecore Media image URL in Code

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • January 14, 2022
In many scenarios, we would require Sitecore Image Item absolute URL to bind into the carousel, repeater or any other image component. We may need to read the Image Field…
View Post
Sitecore
  • How To
  • Sitecore
  • 2 minute read

How to get the Current Page URL in Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
There will be scenarios where you need to restrict/display certain data based on particular URL. In this article let’s take a look at how to get the current page URL…
View Post
Sitecore
  • Sitecore
  • How To
  • Sitecore Tutorial
  • Tutorials
  • 2 minute read

How To Get A Sitecore Items Url?

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
In any Sitecore project if we have to link one page to another page we would require a URL of the page. This is one of the common task that…
View Post
Sitecore
  • How To
  • Sitecore
  • Sitecore Tutorial
  • Tutorials
  • 2 minute read

How To Check if The Current Sitecore Page Is the Homepage? 

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
As a Sitecore developer definitely we will come across this scenario where we want to go to the root item that is the home item. In certain situation, we may…
View Post
Sitecore
  • How To
  • Sitecore
  • Sitecore Tutorial
  • Tutorials
  • 2 minute read

How to Schedule Tasks on Sitecore?

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
Sitecore has its own task scheduler and we can schedule any tasks or jobs on Sitecore. The approach to schedule tasks on Sitecore is pretty simple. Follow the steps mentioned below…
View Post
Sitecore
  • How To
  • Sitecore
  • 1 minute read

Creating Items from branch template in Sitecore Programmatically

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • November 7, 2021
Branch Templates are mainly used to build the reusable collection of items, or the hierarchy of items. Branch templates are very useful in creating the same structure at any path…
View Post
Sitecore
  • How To
  • Sitecore
  • 3 minute read

Handle any requests and any extensions in Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • December 27, 2021
In this article, we will look how to Handle any requests and any extensions in Sitecore without writing any code. With some configuration changes, we could easily allow Sitecore to…
View Post
Sitecore
  • Sitecore
  • How To
  • 2 minute read

Sitecore URL Rewrite and Redirect using IIS rewrite module

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • January 11, 2022
There are many Sitecore URL redirect modules for 301 redirections and URL Rewrite modules in Sitecore Marketplace which you need to install separately. This article demonstrates  Sitecore URL Rewrite and…
View Post
Sitecore
  • Sitecore
  • How To
  • 1 minute read

How do I Access Sitecore settings Programmatically?

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
All the settings of the Sitecore are stored in the config files. Sitecore consists of web.config which stores all the configuration information. Addition to this Sitecore has many config files which…
View Post
Sitecore
  • Sitecore
  • 11 minute read

Sitecore Interview Questions and Answers 2021

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 31, 2021
A complete list of Sitecore Interview Questions and Answers. The most common questions asked in any Sitecore job interview. This post is updated regularly with the latest Sitecore Interview Questions and Answers.…
View Post
Sitecore
  • Javascript
  • How To
  • Sitecore
  • 1 minute read

How to detect Page Editor mode in Sitecore through code

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 26, 2021
f you are a Sitecore developer then definitely in many instances you would need to show or hide some components in the Page Editor mode. So How to detect Page…
View Post
Sitecore
  • How To
  • Sitecore
  • 2 minute read

Handling Multiple Hostnames in Sitecore using Wildcard

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
There will be scenarios where you need to target multiple hostnames to a single website. A typical scenario would be hostname with (www subdomain) and a non-www hostname. For instance : example.com…
View Post
Sitecore
  • How To
  • Sitecore
  • 3 minute read

Dynamically Create robots.txt for Multi-Site in Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • January 14, 2022
Sitecore doesn’t give multisite robots.txt out of the box and we need to build this functionality from scratch. In this article, we will learn How to Dynamically Create robots.txt for Multi-Site…
View Post
Sitecore
  • Sitecore
  • How To
  • 2 minute read

Remove Language version of Sitecore Items

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • December 27, 2021
Many times you will come across scenarios where you need to remove specific language version of Sitecore items. Mostly in the multilingual websites, we do come across this kind of…
View Post
Sitecore
  • Sitecore Tutorial
  • How To
  • Sitecore
  • 1 minute read

Solve Sitecore Fast Query Parse Exception

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
If you are developing any Sitecore application and if you are using Fast Query a lot then you would have got the Parse Exception while querying the Item. In this article…
View Post
Sitecore
  • How To
  • Sitecore
  • Sitecore Tutorial
  • 1 minute read

Login into Sitecore Programmatically

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • November 7, 2021
Sitecore is a CMS based tool mainly used for Content Management purpose. Most of the times you will Login to Sitecore through the web-based Sitecore Login interface to perform content…
View Post
Sitecore
  • Sitecore
  • Sitecore Tutorial
  • 2 minute read

How to access Sitecore Database Programmatically

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
We know that Sitecore stores data in multiple Databases. To know more about Sitecore Databases check out Difference between Core, Master and Web Database in Sitecore. So How to access Sitecore…
View Post
Sitecore
  • Sitecore
  • Sitecore Tutorial
  • 2 minute read

Sitecore Move Items from Web Database to Master Database

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
We know that Sitecore provides us with an option to publish the data from master to web and we also have the option to zip and install the packages on…
View Post
Sitecore
  • Sitecore Tutorial
  • Sitecore
  • 2 minute read

Clean Up History, PublishQueue, and EventQueue tables in Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • January 14, 2022
Many of the Sitecore developers might have come across this scenario where the size of the History or EventQueue or PublishQueue will be growing super fast. As a result, the entire…
View Post
Sitecore
  • Sitecore
  • Sitecore Tutorial
  • 2 minute read

Create Link to Sitecore Item Programmatically using Link Manager

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • February 1, 2022
As a Sitecore developer, we would always need to Link to different Sitecore Items, Media Items. So How Does Sitecore handles the Internal and External Link and How do we resolve the…
View Post
Sitecore
  • Sitecore
  • Sitecore Tutorial
  • 2 minute read

Difference between Core, Master and Web Databases in Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
Sitecore comes up with 3 Databases(Core, Master, and Web) by default when we perform a fresh installation. So what is the Difference between Core, Master and Web Databases in Sitecore?…
View Post
How To Configure Item Buckets In Sitecore
  • Sitecore
  • Sitecore Tutorial
  • Tutorials
  • 3 minute read

Convert Sitecore items into an Sitecore Item Bucket

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • January 14, 2022
What are Item Buckets in Sitecore? Everything is an item in the Sitecore content tree. An item bucket is a content repository inside Sitecore content tree that can store other content…
View Post
Sitecore
  • How To
  • Powershell
  • Sitecore
  • Sitecore Tutorial
  • Tutorials
  • 2 minute read

How To Install Sitecore PowerShell console into Sitecore CMS

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
The module provides a command line (CLI) and scripting environment (ISE) for automating tasks. SPE works with the Sitecore process rather than the HTTP Context and it is capable of making…
View Post
Sitecore
  • Sitecore
  • 2 minute read

How to rebuild sitecore search indexes?

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
You might come upon certain situations where you need to rebuild Sitecore search indexes instantly for ex: when you deploy huge contents into the live production environment if the indexes are…
View Post
How To Install Sitecore Tutorial
  • Sitecore
  • Sitecore Tutorial
  • Tutorials
  • 3 minute read

How To Install and Configure Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
Sitecore is an CMS( Content Management System) platform developed using Microsoft .NET and also is a customer experience management company that provides web content management and multichannel marketing automation software,…
View Post
Sitecore
  • Sitecore
  • 3 minute read

Using Solr or Lucene in Sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
Sitecore supports both Lucene and Solr search engines. As a developer, there is always a confusion of Using Solr or Lucene in Sitecore during development. However, these are the 2…
View Post
Sitecore
  • How To
  • Sitecore
  • 2 minute read

Create items programmatically based on template in sitecore

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
How do you insert an item into Sitecore programmatically based on the template? Sitecore is famous because of it provides a lot of Apis from which you can create, edit,…
View Post
Sitecore
  • C#
  • How To
  • Sitecore
  • 1 minute read

How to remove all content items of language in sitecore using powershell script

  • Avatar Of Srinivas RamakrishnaSrinivas Ramakrishna
  • August 25, 2021
The Sitecore PowerShell Extensions module (SPE) provides a robust environment for automating tasks within Sitecore. We can use PowerShell to remove all content items of language in Sitecore without writing any C# code…
View Post
  • Metrics Converter
  • Sitemap
  • Privacy Policy
  • Cookie Policy
  • Contact Us
541
98
0
0
ItsMyCode
Copyright © 2022· All Rights Reserved