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.
Two new chapters. One of them is the first! It has been almost a month since I announced that I'm writing a book about EPiServer 7 development . Since then I've received a lot of helpful feedback and comments. Not unexpectedly the EPiServer...
In patch 3 for EPiServer 7 CMS there's a nasty little bug that manifests it self on sites built using ASP.NET MVC. After rendering a block that doesn't have a controller but instead is rendered using only a partial view (which, as we know, is good...
After years of blogging about EPiServer CMS I decided it was time to get real. I'm happy to announce a little project that I've been working on lately; a book about how to develop EPiServer CMS sites . I'm publishing it on Leanpub and embracing...
Solving a small but tricky problem related to customised rendering of a property in EPiServer 7 with ASP.NET MVC. Starting with the simple stuff we render each of the properties using the PropertyFor method. @Html.PropertyFor(x => x.Heading)...
Solving a small but tricky problem related to customised rendering of a property in EPiServer 7 with ASP.NET Web Forms. Starting with the simple stuff we render each of the properties using the Property control. Then we make both properties editab...