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
Using Output Caching helps to improve the performance of an ASP.NET MVC Application. It caches the content returned by an action method so that the same content does not need to be generated each time the same action method is invoked in the...
We all know that one of the best ways to improve site performance is to implement a successful caching strategy, and Episerver employs an aggressive one. However, caching can be frustrating during development, and sometimes it’s nice to be able to...
If you have been using the third party tool Amesto AutoConnect for keeping your Episerver translation workflow provided at someone else's hands, you could have been in issue with upgrading the dependencies from a lower version. Recently a client o...
After research, we found that it was caused by the import changing content GUIDs on products. It caused other issues too. In this article, I do not want to go into the details of that issue but cover how products are linked in content areas. With ...
While researching about how to intercept the download of a media file we found several posts, like this one, that mentioned the use of DownloadMediaRouter.DownloadSegment to get the file name and send it as part of the content disposition header o...
We have been asked for quite something on how to extend OrderStatus and OrderShipmentStatus. The problem is, we can't, because they are two enums, and C#/.NET does not allow you to extend enums in any way. However, that is going to change in...
What we are trying to achieve here is, whenever I create a new entry in Translations Block (to create dictionary item), the latest entry goes at the end of the list. Which is not sorted in alphabetic order. Therefore, it is difficult to find any...
Filling in a from can be simplified for your users! Basic contact information, such as name and email address, can be filled in automatically by utilizing the LinkedIn API. You can read the blog here