November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
Let's say we have a block defined like below. The problem that need to be solved occurs when the property ContentBlockLink is pointing to a page that the user does not have access to. Could be because of StartPublish, role membership or something...
This one will be a short blog post but I somehow a bit related to my last post about version of MVC and the 404 handlar from BVN Networks. I recently created a new project and updated all nuget packages to the latest version of both EPiServer and...
Inspired by this post, I started to experiment with enum properties. As the mentioned post only supports SelectOne for enums, my main motivation was to also support SelectMany. Currently, this is what I have: First, the EnumSelectFactory: Next, th...
If you want to enhance the performance of the application or want to have an eye on performance on your live sites or want to know your application better, I will go for Glimpse. If you are not using Glimpse for debugging and profiling, you are...
Preparing I've had a lot of problems installing Community on the site created via Visual Studio Extension, therefore I posted a question on EPiServer World and Valdis Iljuconoks helped me. So I decided to create a post in case you face the same...
Preparing I've had a lot of problems installing Community on the site created via Visual Studio Extension, therefore I posted a question on EPiServer World and Valdis Iljuconoks helped me. So I decided to create a post in case you face the same...
While working on a new site, I needed to do a batch update on all my catalog entries (products and variants). Seems simple, but there is one pitfall you might end up in.
Schedule Job is a very useful feature to run some functionality periodically. Q: Do we need scheduler services to run Schedule Jobs? A: NO, scheduler service have been removed now. scheduled jobs are not executed in the Scheduler Service, but is...