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
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).
We look at two of the most exciting features in Episerver's latest release: API-driven social media integration and a robust content approval system.
If you are using Catalog Search APIs for any customer-facing features, you are doing it wrong! I have seen this problem a couple of times – the search feature on the site is “dead” – it is very slow, and the log file is usually filled with dead lo...
If it's repetitive, it can be automated. Think about the following requirements. Have you ever hoped there would be a better way to implement them? INotifyPropertyChanged Undo/redo Code contracts (preconditions) Logging Transaction handling...