thank you, I use this construction: .int value= int.TryParse(valueToParseFromString, out value) ? value: 0;.
Awesome !
This is still great, use it all the time! Only thing that's changed that can make this one-liner more elegant…
This is an excellent article, thanks for posting it! I'm looking to set up something very similar. In the time…
Yes, you have two different configurations: Content-Data and Content-Data-Configuration which are trying to serialize the same item (/sitecore/content/Data/Configuration). This is…