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
I recently spent some time with a customer who wanted to use PingFederate Server with Episerver. After some initial Googling I could see PingFederate Server is a single sign on (SSO) server which is part of the Ping Identity suite of products. The...
Extension methods are a great way to extend the functionality of objects. Sometimes, when extending an object, it is required to use some service and here comes a dependency injection. Developers use different approaches how to inject dependencies...
This is the second and final blog post on the topic of what’s the context of a 404 response in Episerver. Before diving into this blog post make sure you read part one. We left off knowing what the context was and having set the content reference...
This is the second and final blog post on the topic of what’s the context of a 404 response in Episerver. Before diving into this blog post make sure you read part one. We left off knowing what the context was and having set the content reference...
Stuck with an ASP.NET Webforms-solution? Too much work to redo all web to MVC? Then here is the straight forward way to progressively phase to MVC without rebuilding all… Also with several great bonus’!!
Hi, Due to a customer request, to display selectable hierarchical data in an editor, I finally wrote this post. Unfortunately there are no editors for selectable tree data (except for the category picker which requires a category list property) in...
It can be pretty confusing for new Commerce developers to understand how to work effectively with entries in Commerce. There are many things which represent the same concepts, however they are different and their APIs are not compatible. So which ...
This is a great feature. Comes in handy when you need to convert your site from webform to MVC, it allows the editor to reuse the blocks, just by adding partial views (MVC renderers).