Posts

Showing posts from July, 2010
My new blog present here.

Featured Post

Insights into Sitecore Search: A Definitive Introduction

A key component of digital experience management is effective information retrieval. A simplified approach is required for websites, applications, and platforms containing a lot of material so that consumers can easily get the data they require. This need is met by Sitecore, a well-known name in the field of digital experience platforms (DXPs), which provides powerful and comprehensive search functionality. We will travel into the realm of Sitecore Search in this article, learning about its capabilities, architecture , and the enormous value it offers both developers and end users. Introduction to Sitecore Search    A headless content discovery platform powered by AI , Sitecore Search enables you to build predictive and custom search experiences across various content sources. To extract and index you

Creating folders in custom list and insert items inside the folders

Image
Objective: In this article, I am going to create folder inside a SharePoint list using the SharePoint object model or in other words using .Net code. Requirement: Take an example of the requirement: We need to insert the log entry of every step of execution for a particular batch job in the SharePoint list on daily basis. If we start inserting an item for every step of execution in the root level, it will bring down the performance of data retrieval and also identification of log entry for a particular date would not be easy task. According to Microsoft, for optimum performance insert only 2,000 items in the root level and create nesting folders to improve performance. Resolution: To improve the performance and easy identification of day to day log entry, we will create folder structure in the custom list to store log entry. The screen shot below shows the folder structure inside the list. The below screen shot shows the columns in the custom list. In this list we have created two cust