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
I’ve blogged previously on why you’d want to create your “IDataFactory” and how decorators can help you keep your code clean. In this post I’ll expand on that subject. A tale of five children A given node contains five children. Two of these (in...
With the DI support coming in EPiServer 7 SM sooner or later is going to try and resolve a dependency and fail to do so. Most likely this is due to a container configuration issue and this is where the StructureMapDependencyResolver that ships wit...
I’m one of those developers that think that debugging an application is a great way of gaining knowledge about its inner workings, not just for finding problems but also for educational purposes. Elasticsearch is one of my favorite open source...
A number of clients have asked, over the years, for a way to use ActiveDirectory as their membership provider in Commerce. This can be done fairly easily. The issue in the past has been that the user object in Commerce uses a GUID whereas a...
Filtering pages in EPiSiteMap module for EPiServer is very simple. The module re-uses the EPiServer page filtering implementation to enable you to filter pages from the generated xml sitemap files based upon any logic that you require. To implemen...
A brief post about what we’re currently are doing in the ImageVault development team. The ImageVault 4 project is coming along and right now we’re working with ImageVault connect for EPiServer CMS 7 and EPiServer CMS 6. Since EPiServer introduces ...
Introduction Business Foundation is a pretty powerful tool... and you'll probably like it more if you make use of what I provide here. We'll be covering code generation and templates to make access and modification of business foundation data much...
Last week I started to work in project with WebAPI and first thing what I noticed was improper usage of StructureMap as IoC container. I googled for StructureMap configuration in WebAPI, but couldn't find good solution. But, I found great tutorial...