sitecorepro.blogspot.com
Sitecore Tech Blog
Thursday, June 11, 2015. Sitecore and GlassMapper - how much a GlassCast costs. We are using the GlassMapper on many projects, I just want to know how it affects performance. I have about 20000 Items for testing (Articles) with about 20 fields, in first code I use the GlassCast to get Titles:. ItemsSelect(item = item.GlassCast Article () .Select(art = art.Title).ToList();. In second part I will use the field directly:. ItemsSelect(item = item[Article.TitleFieldName]).ToList();. Friday, June 5, 2015.
sitecorepromenade.blogspot.com
Sitecore Promenade
Welcome to my Sitecore Blog! I hope you will find elements that will help you in your Sitecore journey! Get related content by profile keys. So this posts is following directly the previous post. Before starting, I just wanted to point you to a few blogs and posts which helped me a lot:. Blog from Ian Graham. Blog from Alin Parjolea. 1- Let's start with indexing content including tracking. This class should implement the interface: Sitecore.ContentSearch.ComputedFields.IComputedIndexField. Now depending ...
sitecorerockz.blogspot.com
Sitecore Rockz
Sitecore is a web content management system software company that provides enterprise website, intranet, portal and marketing automation software. Sitecore's software is built on Microsoft .NET 3.5/4.0. Content can be stored as XML or .NET objects and Sitecore CMS can use either Microsoft SQL Server or Oracle Database for its database storage, though MS SQL Server is the most popular. Monday, 14 November 2016. Sitecore Tips: To Save time disable Sitecore cache and browser cache during development. Paths ...
sitecores.com
Sitecores.com
The domain sitecores.com may be for sale. Click here to make an offer or call 877-588-1085 to speak with one of our domain experts. This domain may be for sale. Buy this Domain.
sitecoresandbox.com
Sitecore Sandbox | A learning environment and knowledge dump for growing Sitecore professionals.
A learning environment and knowledge dump for growing Sitecore professionals. Sorting Template Sections in Sitecore. So let’s just say you have a Content Page template that has the following sections:. I would like the Page Data section to come before the Meta Data section when the template is used to create a new item. Below is what my template structure looks like:. The following template sections are selected in this order on the PageBase template Base template TreeView:. The section sorting order is ...