2
Jun
2010
The new initialization system in EPiServer 6 can be used to execute logic in a specific order on startup. This post explains how to ensure your startup modules are executed after the DataFactory has been initialized properly.
26
May
2010
EPiServer comes with its own set of cache management classes to help you cache objects which depend on specific EPiServer pages, and also ensure cache updates are propagated among multiple web servers.
21
May
2010
Explanation of the new InitializableModule concept in EPiServer 6 which is used to implement functionality that should execute when an EPiServer site starts, for example to attach event handlers.
21
May
2010
This article describes how to create a new language branch programmatically for an existing page in EPiServer.
21
May
2010
Code sample demonstrating how to create new EPiServer pages programmatically using the DataFactory class.