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.
When thinking about Episerver content events as an outer border of your application according to the ports and adapters architecture (even known as a pizza architecture :)), then we have to implement some adapter for these events. This adapter...
For an MVC application to find views, it uses RazorViewEngine . The default implementation looks for views in the Views folder in the root of the project or within MVC Area . But there is a way to create an own RazorViewEngine implementation. The...
Sub-tech folders So how do sub-tech folders look like? Developers structure their MVC application into feature folders but one level below that starts adding different folders specific to MVC - ViewModels , Controllers , Models , Views . Also, the...
While IContentEvents interface is documented quite well, there are some missing parts which are described in this article. Mainly, I focused on the event arguments passed into the event handler. As an event consumer, I care about those the most....
Initialization Modules are the part of the infrastructure which runs during site startup. Those do not run after startup anymore. So it is fine to step away from rules applied to other application code. But then what are the good practices to...