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

Posts from September 2025

When is a placeholder name not a placeholder name?

A fun issue you might see if you're copying from instructions...

I got asked for help with an issue in some QA test the other day, and it struck me as a fun one that others might encounter. A nice little side effect of how literal computers can be...

Messing up your page layout with a fun Razor mistake

If you use C# code in your Razor, think about how views work

Sometimes it's the simplest things that can trip up development work. A case in point is a bug ticket I got handed recently, which I think shows the need to understand your tools when writing code. Read on to avoid an interesting mistake with code flow in Razor views...

MVC Razor C# .Net ~2 min. read