World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Container pages in EPiServer 7.5 is no more a built-in system type which is actually good because now everything in based on template implementation.
EPiServer scheduled jobs list in larger enterprise scale projects may get huge enough in order not to be able to overview them.
If you are working with Relate+ platform most probably you are using entities attributes to attach some additional info to particular entity type. This is a great way to extend built-in functionality but however involved a bit of manual work:
If you are working with EPiServer Relate+ product then you know that there is a extendable entities in the framework that allows you to add new attributes to existing entities to store some additional info if required.
Creating pages in EPiServer using PageTypeBuilder is pretty simple and very convenient. However sometimes I run into issue that forgetting to mark page type property as virtual (I suppose this is required for property access interception).