Go to content

Go to employees

Go to search

NuGet

 

Managing EPiServer languages and site hosts the easy way

One issue I often see poorly implemented in EPiServer is language menus in combination with different hosts. And that’s not difficult to comprehend as even EPiServer struggles on their own site.


Create archive hierarchies in EPiServer

Replace EPiServer's archive job and organize expired content in a hierarchical structure based on published date.


Reducing number of request and page size when using Web Parts in EPiServer

The EPiCode.WebParts.Core framework supports editing Web Parts in most browsers. This is done by using Microsoft.Web.Preview.dll and a ScriptManager as mentioned in this post . The cost is 5 extra requests and approxemiatly 141 ekstra KB in total....