Take the community feedback survey now.
Take the community feedback survey now.
Search engines now look deep into site contents and try to understand more about your site e.g. Google uses structure data to understand more about the content on your page. By providing structured data we not only can get the benefit of special...
Chrome 80 will treat cookies as SameSite=Lax by default if no SameSite attribute is specified and will reject insecure SameSite=None cookies. https://www.chromestatus.com/feature/5088147346030592 https://www.chromestatus.com/feature/56335216221880...
There are scenarios where we have to change our page behavior or algorithms at run time based on Epi Configurations. Generally, a developer approaches with if-else statements to deal with this by compromising design principals. We can get help fro...
EPiServer Forms FileUpload element provides a property with the name ' Allowed extensions ', that enables content editors to allow website users to upload files in the required format. This can be spoofed easily e.g with value PDF only for allowed...
Prefer Controllerless blocks Don't Create Content Areas in Blocks, No nesting blocks. Minimize database calls. Instead, use Episerver’s caching layer where ever possible. Personalization might have an impact on performance, therefore make sure you...