A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
So far we've had a basic introduction to MvcMiniProfiler and how to get it working with EPiServer , we've also looked at a version of DataFactory that gives profiling data about its calls . This time I'm going to look at giving easier access to...
Last time we took a quick look into MvcMiniProfiler , how to get it up and running on EPiServer and the basics of profiling code. This time, we'll take a look at the DataFactory and profiling it's use. ProfiledDataFactory A lot of the time, when...
It wasn't long after I started using EPiServer that I notices Page Output for ASP.NET Trace doesn't work with the CMS (I even took the time to file a bug with EPiServer but I can't find it now to link to :( ). After some messing around I discover...
A while ago I blogged some code for a couple of extension methods for the PageData type . An obvious addition that I've been using for a while now but didn't cover in the first post allows you to supply the default value. This works nicely for...
Over the last two years of using EPiServer a pattern has emerged when working with a PageData object in a CodeBehind file. I've found that often, it's not enough to simply use the control to display a property, sometimes you want to show or hi de...