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
Building an integration that keeps working during heavy user load is tricky. Since Episerver uses .NET as underlying framework, a lot of integrations involve consuming different web apis. A key class here is to use the HttpClient class. It's easy...
More and more, strategic content planning has moved from understanding communication and organization to helping select the tools and features that will make that communication and organization work. If you’re talking about requirements, that mean...
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...
Background
Have you encountered the situation with your Episerver solution that your attribute based Web API starts throwing “The object has not yet been initialized. Ensure that HttpConfiguration.EnsureInitialized() is called in the application’s startup co...
Often when working on Episerver Commerce projects, I have found that remote events did not flow properly between the Commerce Manager and CMS sites, when developing on localhost. Most importantly this means that caching do not synchronize at all. ...