A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
EPiMVP is an implementation of the WebForms MVP pattern created by Mattias Johansson and Joel Abrahamsson . While my general impression and opinion about WebForms MVP is quite similar to that Rob Conery expressed here , that’s in the context of...
Since I started to write this post Joel Abrahamsson has written a great introduction to what IoC is which rendered the beginning part of my post more or less redundant. So if you’re not familiar with terms like DI (dependency injection) and IoC...
In this post I’ll go through the steps I went through when I decided that I wanted to test unit testing some code I had written. To not bore you too much about what I was trying to do I’ve created a service class for the sake of this post that loo...
In the future posts about page provider I’ll add oil to the internal/private/coupled EPiServer classes fire started by Anders Hattestad. So before all that whining I wanted to share when implementing something in EPiServer is actually much smoothe...
Mapping your data to properties on the episerverpage is a fairly simple process. In the GetLocalPage method we simple use the SetValue on our created PageData object. The standard page has two properties called MainBody and SecondaryBody so let’s...