November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
As of update 108, EPiServer Commerce can be “used” in readonly mode as well. Arild Henrichsen wrote a post while back about the how, what and why of readonly mode for the CMS part, and those things apply to Commerce as well I guess. Though with a...
Several days ago, I needed to search my database for special string. Then I saw a very good query in here , but since it wasn't an article, I thought why not write a small post about it. Code: DECLARE @ search_string VARCHAR(100), @ table_name...
So you want to update your EPiServer Commerce site, but you don’t want to lose orders. That’s still not really possible, a little downtime is still needed, or I missed something. So I did a little POC. I created a “messaging” service. You can send...
Two years ago I did a hack that let you as a developer specify if a block or page type should be allowed to only be created once. Old post here. For some reason I can't remeber I used an interface to specify this. Now I have updated the code to...
This is pretty internal stuffs – you will almost never use it yourself (you technically can, but there is no guarantee of backward compatibility whatsoever). I learned the stuff recently and found it interesting enough to share. No matter how...
This blog post is for you, the developer, if you’re interested in how Episerver, ASP.NET MVC, ASP.NET and IIS all fit together when serving a HTTP request and ultimately returning a HTTP response. Admittedly, it’s not easy picking apart these...
This blog post is for you, the developer, if you’re interested in how Episerver, ASP.NET MVC, ASP.NET and IIS all fit together when serving a HTTP request and ultimately returning a HTTP response. Admittedly, it’s not easy picking apart these...
I’ve found a neat way to improve the editor experience – IContentTypeAdvisor and it can be found in the EPiServer.Cms.Shell.UI.Rest namespace of the assembly EPiServer.Cms.Shell.UI.dll. This interface is used to populate the list of suggested...