Take the community feedback survey now.
Take the community feedback survey now.
Every now and then, often on Twitter , I get asked how to add a property of type LinkItemCollection to a page type using Page Type Builder . First of all, the solution is to use the PageTypeProperty attribute and specify the type of the property t...
In may I released a new open source project titled EPiMVC which enabled us to build EPiServer CMS websites using ASP.NET MVC with nice support for routing. However, as I mentioned in the post where I announced the project there were still some maj...
I recently ran into a rather obscure but interesting problem on a project where we use EPiServer CMS, EPiAbstractions and Structure Map. At first, when the first request where made to the site after a release the site worked as expected but after...
The Fakes module in the EPiAbstractions project provides fake implementations of the IPageRepository, IPageReferenceFacade and IEPiServerContext interfaces allowing you to easily write unit tests for EPiServer CMS sites without having to create mo...
The FixtureSupport module in EPiAbstractions provides ways to easily create PageData objects of different types for usage in unit testing scenarios. The module currently consists of two classes for creating PageData objects, CreatePage and...