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
Introduction
Episerver Find is a great and easy way to integrate search into your Episerver powered website. One often overlooked aspect, however, is keeping your search indexes lean. By default, Episerver will index all instances of content across your...
In these unprecedented times, B2B buyers want to be sure they are staying budget-conscious and aware of all the ways to get a better price on their orders. Companies need to adapt from outdated quoting methods such as in-person, door to door, and...
In this tutorial, you will learn how to configure properties so they will not be returned from the Episerver content delivery API. Using out-of-the-box configurations, it is likely that your API will return a number of properties that the client...
In this tutorial, you will learn how to configure properties so they will not be returned from the Episerver content delivery API. Using out-of-the-box configurations, it is likely that your API will return a number of properties that the client...
If you write code that is likely to fail, it is good practice to wrap that section of code in a try-catch-clause and handle the exception. For scheduled jobs, it's the opposite! If something fails, be sure to throw that exception!