Take the community feedback survey now.
Take the community feedback survey now.
using System.Collections.Generic; using EPiServer.Core; using EPiServer.Shell.ObjectEditing; using EPiServer.Shell.ObjectEditing.EditorDescriptors; namespace MySite.EditorDescriptors { [EditorDescriptorRegistration(TargetType = typeof(CategoryL...
How to render content areas without using the built in functionality in EPiServer. And how to maintain some sort of on-page-editing functionality. Content areas is a great new feature in EPiServer 7. One reason for that is of course the obvious on...
Example unit tests for the MVC version of the EPiServer 7 Alloy templates available for download. During the development of the ASP.NET MVC templates for EPiServer 7 I created a number of tests, or executable specifications, in a separate project....
Make editors and developers alike happy with properties of custom enum types in EPiServer 7! As developers we often need some sort of decision from editors where they should be able to choose from a limited number of options. There are ways of...
So far this year I’ve worked with three EPiServer 7 sites. They all use EPiServer Find. Here’s why. EPiServer Find has gained quite a lot of adoption lately. A number of EPiServer’s partners and customers have realized the great value Find can add...