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.
I have been playing with some code that saves every published page into a Dynamic Data Store table. This is because I want to use Linq against that table and retrieve EPiServer pages. I know there is a Querying EPiServer PageData using LINQ but I...
If you wan to be able to archive your goals in a EPiServer project you need to know the product. And EPiServer have (thanks heaven) open dll’s so we can use reflector to browse thru the inner workings of the product. Sometime I guess they regret...
With some small modifications of my code of displaying a sub structure of pages on an other page we can now so all pages tagged with one category in the page tree. This can be used for instance to display a list of front page news items, and one...
I’m working on a pet project where I’m trying to show community entities as a tree structure in EPiServer. But then I tried to just show on structure bellow an other page using PageProviders. To make a PageProvider you need both a unique number...
Deane Barker (@gadgetopia) tweeted about some code he had done just for fun to extend the PropertyDataGet handler. The concept is cool, and you should take a look @ http://pastie.org/1493264 But the problem is of course that its not strong typed...