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
In this blog post we will see how to set up WebAPI 2 in AlloyTech website, and how to submit data using jquery.
The solution I’m currently working on has a lot of stuff in the Dynamic Data Store, this data relates to the various pages. So when the customer empties the trash bin, we want to take the opportunity to also clean out the “trash” from the DDS....
A few weeks ago we released an update to the Visual Studio extension to create new sites without using Deployment Center . With that update we made it possible to create new sites configured with all the required NuGet packages, much like how...
We had this splendid little cache manager in my previous project that simplified handling caching for us. It was written by a former collegue of mine, Patrik Akselsson, and last week I found a need for a similar thing at … Continue reading →
EPiServer recently released an API for their license data . The idea is that you can export license information from EPiServer and bring it down to your own infrastructure to query and otherwise manipulate it. I had been asking for something like...
I did a presentation in Oslo about a month ago and one thing in EPiServer 7.5 that I wanted to emphasize on is the support for the IMetadataAware attribute. This, in combination with implementing a ValidationAttribute is very powerful and in this...
Joel Abrahamsson wrote a nice blog post about how to define a property that uses an enum that gives the editor a selection of choices in the UI. This code was written for EPiServer 7 and there are some changes in EPiServer 7.5 that makes it possib...
I recently got my hands on a new project at work and wanted to see if I could avoid using EPiServer‘s ServiceLocator to resolve the dependencies in my code. From previous projects I was used to being able to inject … Continue reading →