Jeremy Davis
Jeremy Davis
Sitecore, C# and web development
Page printed from: https://blog.jermdavis.dev/

A blog about technology that catches my attention

It's a bit like a swap-file for my brain...

12 years, 379 posts and counting

Showing workflow state in Content Hub listings

Getting a visible overview of where in your flows all the entities are...

When you have an entity that moves through a State Flow in Content Hub you may well want users to be able to see at a glance where things are in that flow. So here's one way you might set that up to give a nice visual representation in your listings for the entity:

A useful new .Net feature for Processes

Previews of .Net 11 file off a rough edge in my writing process

The pace of change with .Net is pretty relentless these days. And every so often they ship a thing that fixes a challenge I've been mulling over addressing myself. That's happened again with Process API changes in preview 4 of .Net 11. So if you have code which spawns other executables, you might want to look at what they've changed...

.Net C# ~2 min. read

How do I have an image for my Entity?

A critical setting for a custom entity

I've been spending some time setting up some custom Entities in Content Hub recently. I bumped up against an issue with one feature where it took me a while to find the right info to make it work the way I wanted.

Sitecore Content Hub ~2 min. read

How Content Hub can help Sitecore commerce sites

When you need somewhere to manage products...

I spoke recently at the London user group, talking about a scenario where you might use Content Hub to help you with OrderCloud projects. Since that presentation didn't get recorded I thought I should write some notes on the core bits of what I said, as this is probably of interest to a wider audience...

Windows Server Essentials fun, yet again

Every few years something in it bites me...

I found a fun new variation on the "Windows Server Essentials client can be tricky to install" problems I've had in the past recently. To help me remember for next time, here's the issue I saw this time...

Using Groups in OrderCloud

A pattern that's been pointed out to me recently

I've been looking at some information architecture stuff for OrderCloud recently, and came across a situation where "groups" were suggested as helpful for the business scenario I needed to model. There didn't seem to be a great deal of documentation about why you might want them for things like this, so I figured it might help others for me to write down what I was looking at. And why groups might be the right answer for you too...

Sitecore OrderCloud ~3 min. read

DevOps wikis are cleverer than I realised

This is a great little bit of trivia

A colleague showed me something I'd not seen before about Azure DevOps wikis the other day, which kind of blew my mind. If you've not realised this either, maybe it can blow yours too...

DevOps Git ~1 min. read

Coding against an OrderCloud sandbox

I've tripped over this at least twice. You don't have to...

If you're experimenting with OrderCloud then getting a sandbox instance is an important part of the discovery process. Unlike most of Sitecore's products, this one is available free to anyone (just register in the portal) - so it's easy to give it a try. But if you want to build an experiment against the sandbox instance you need your code to authenticate with it. And this has tripped me up a couple of times because it's not wildly well documented. So learn from my frustration...

SUGCON's coming! Have you booked yet?

There's something for everyone in this agenda...

Have you thought about attending SUGCON EU this year? We're getting close to the community's big annual get-together which is being held in London this year. And as ever it has a very interesting looking agenda. Still thinking whether you should attend? Here's a few of the reasons why I'll be there...

SUGCON Sitecore ~2 min. read

Nerding out about covariance and immutability

Fun with bits of C# I've never really made use of

I've been working with C# most of my career, but every so often they add bits to the language which for some reason I've never really got to make use of. And "covariance" is one of those things. But I picked up a beta copy of a great new book recently (Eric Lippert's "Fabulous Adventures in Data Structures and Algorithms" from Manning) and it had a simple but fascinating example of a situation where this can work. It taught me something that maybe you might find interesting too...

C# ~3 min. read