Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Using C# HttpClient from Sync and Async code
- Read blob file from Microsoft Azure Storage with .NET Core
- C# Get expiry timestamp from JWT token
- ASP.Net Core API - "'s' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0."
- C# Using Newtonsoft and dynamic ExpandoObject to convert one Json to another
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
Archive
Meta
Tag Archives: Personalization
Sitecore Rule – Personalize based on any field in any facet in your Contact
This Sitecore Personalization Rule was developed by my colleague Martin Rygaard with the purpose of being able to personalize on any field in any facet on a contact. STEP 1: CREATE THE CONDITION Create a new “Condition” below /sitecore/system/Settings/Rules/Definitions/Elements/??? The text … Continue reading
Posted in .net, c#, Sitecore 7, Sitecore 8
Tagged Contact, Facet, Personalization, rules, Sitecore
4 Comments
Sitecore and Feature Flags using LaunchDarkly
Feature flags are a software development best practice of gating functionality. Functionality can be deployed “off”, then turned on via the feature flag, separate from deployment. With feature flags, you can manage the entire lifecycle of a feature. Launchdarkly.com In … Continue reading
Posted in c#, General .NET, Sitecore, Sitecore 8
Tagged Feature flag, Feature toggle, Launchdarkly, Personalization, Sitecore
Leave a comment
Sitecore Failed to update profile pattern
My Sitecore CD servers logged the following errors 2-3 times per minute: 7760 11:10:46 ERROR Failed to update profile pattern Exception: System.ArgumentNullException Message: Value cannot be null. Parameter name: item Source: Sitecore.Kernel at Sitecore.Diagnostics.Assert.ArgumentNotNull(Object argument, String argumentName) at Sitecore.Analytics.Data.Items.ItemRecords`1.<GetDescendants>d__8.MoveNext() at … Continue reading
Avoid the use of Sitecore.Context.Item
Or: How Sitecore DMS and Personalization killed the Sitecore.Context.Item. This post is about how to properly ensure that you get data from the correct item when you develop websites that can be personalized. The Sitecore.Context.Item returns the current item, i.e. … Continue reading
Posted in c#, General .NET, Sitecore 6, Sitecore 7
Tagged datasource, DMS, Personalization, sc:FieldRenderer, Sitecore, Sitecore.Context.Item, sublayout
9 Comments