Take the community feedback survey now.
Take the community feedback survey now.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
If you want to check if a contentAreaItem is match current user all visitor group criteria you can use the following Methods: public static bool IsMatchCriteria(ContentAreaItem contentAreaItem) { var result = true; contentAreaItem.AllowedRoles.For...
Episerver relies on magic paths (via naming conventions) to enable developers to place custom plugin extensions in the out-of-the box Episerver Shell. Over time, most Episerver developers has decompiled Episerver’s code to recollect these...
We at Episerver follow the sematic version rules strictly and we try really hard to avoid breaking changes in non-major releases. We have been doing that well, but there is exception to anything and we, unfortunately, introduced one breaking chang...
I got this kind of errors in an Episerver project when implementing Episerver Forms having multiple Layout files with sections.
I got this kind of errors in an Episerver project when implementing Episerver Forms having multiple Layout files with sections.
It has been a successful year for Episerver with ongoing platform developments, acquisitions, open source modules being released and developer meet ups taking place across the world. These all contributed to an exciting 2016 and an even more...
It's been a sucessful year for Episerver with ongoing platform developments, acquisitions, open source modules being released and developer meet ups taking place across the world. These all contributed to an exciting 2016 and an even more exciting...
Simple exchange rates updater automatically. Why we need update exchange rates automatically Currency exchange rates are changed everyday or hourly. This is quite important, our commerce site also need to update them to correct product price,...