Take the community feedback survey now.
Take the community feedback survey now.
I am thrilled to announce the release of Advanced Task Manager Version 3 for Optimizely CMS 12, a major upgrade from the previous version designed for CMS 11 and .NET Framework 4.7.1. This release marks a significant step forward, leveraging the...
There are a lot of questions on Episerver World on how to quickly deploy the code on Episerver DXP or more specifically how to set up Continuous Integration/Deployment (CI/CD) workflow for Episerver DXP. Read more
In my previous post, Basic Episerver Coding Best Practices I briefly mentioned the website security. I thought I could go a little bit in details about basic security measure you can take in your ASP.NET website or in particular Episerver...
A. General Coding Conventions Compare strings with “==” operator The standard C# coding practice advises that string comparison should be done with string.Equals() method, because “==” operator compares strings base on reference equality, and tha...
This is my first post on Episerver development best practices. In this one, I'll present the best practices that should be followed while working with Episerver - ASP.Net MVC framework. Here are some best practices you should always have in mind:...