This post is taken from https://www.verndale.com/insights/coding-add-ons-for-the-episerver-app-marketplace Episerver architecture was designed to allow programmers to easily modify the CMS to include components that help the administrator or content author reduce the time it takes to complete their job. These components can be reused in multiple projects by downloading them from the marketplace or installing them through …
How does the QA phase work with EpiServer marketplace modules?
This post is taken from https://www.verndale.com/insights/how-does-the-qa-phase-work-with-episerver-marketplace-modules In any software project, quality assurance is very important and of course, applications that live in the EpiServer marketplace are no exception. This not only reflects the quality of the product but also helps the customer trust in who developed it. For EPiServer , add-ons quality assurance does not …
Continue reading How does the QA phase work with EpiServer marketplace modules?
EPiServer Ascend, takeaways from an engineer
EPiServer Ascend 2019 took place in Miami city in an exclusive sector that helped to enhance this important event. More than 700 people gathered to participate in different educational sessions, free certification, and labs. There were sessions for developers where they showed EPiServer features that are very rarely used, such as the creation of add-ons …
Continue reading EPiServer Ascend, takeaways from an engineer
Live Log Viewer
If you want to know what's happening in your web site to be prepared against any potential bug, then you need to look into your logs. This module allows you to monitor in real time the activity of your logs within EPiServer. Live Log Viewer Installation The module is available for download and installation as …
Publishing Descendant Pages
Batch publish is very useful when you do big updates. It is almost impossible to handle one hundred or more of documents one by one. This has been one of the more frequently requested ones and finally it is here. The process scans for all possible changes in the related descendant pages and publish them. …
Impersonate Users
If you are working as a supporting partner or a developer for an EPiServer website that has gated content and permissions for logged in users, you may need to provide access to various of them and check that everything is working properly. In most of cases, users used to say "This page is not accessible", …
Clear caches individually
Recently I was asked for an easy way to manually delete a cache entry key, so I decided to build a simple module that could be helpful for both developers and administrators who understand how cache is used; for instance, to invalidate Content Output Cache in EPiServer. This tool have the following: List all cache …