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:...
Currently, the User notification and Tasks (Awaiting Review) are disconnected and provide very basic information to the editors. The idea behind this project is two-fold. The first purpose is to build a more versatile Content Approval Sequence...
Currently, the User notification and Tasks (Awaiting Review) are disconnected and provide very basic information to the editors. The idea behind this project is two-fold. The first purpose is to build a more versatile Content Approval Sequence...
Currently, the User notification and Tasks (Awaiting Review) are disconnected and provide very basic information to the editors. The idea behind this project is two-fold. The first purpose is to build a more versatile Approval Sequence task...