Take the community feedback survey now.
Take the community feedback survey now.
Lately I've been working on a little module for EPiServer CMS for listing and creating contents in other ways than using the page tree. I call it PowerSlice and it's now available for download. Want to get slicing right away or prefer a short...
Given a language resource file like this: Value The node "mystuff" can be accessed in a JavaScript UI-component such as a gadget or custom editor using require and the i18n module, like this: define([ ...
Editor descriptors can be used to change how a property, or properties of a given type, is edited. One such example is described in my article about how to let editors populate content reference properties using dropdowns . When using an editor th...
Interface Member Type IContentData Property PropertyDataCollection IInitializableContent SetDefaultValues(ContentType) IModifiedTrackable ResetModified() IModifiedTrackable IsModified bool IReadOnly CreateWritableClone() object IReadOnly...
Perhaps the most discussed and debated question of all when it comes to EPiServer and ASP.NET MVC development is “What is the view model?” Here's my thoughts on the subject and the reasoning behind the path chosen in the Alloy templates. In my...