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
What is this I hear you all cry. Well I will tell you For a few of the projects I have been working on I have been using Joel Abrahamsson's TypedPageReference property control to enforce a referential integrity (for want of a term) for picking...
With some small modifications of my code of displaying a sub structure of pages on an other page we can now so all pages tagged with one category in the page tree. This can be used for instance to display a list of front page news items, and one...
In this blog post I will show you how you can half the time it takes an EPiServer CMS 6 site to warm up after a build. If you rebuild as often as I do during a workday, this post will saves you a few hours over the next year. Warning: This will...
I have seen a few examples of code where an object is to be read from the Dynamic Data Store. The calling code has the objects “Id” value but use the Find method of DynamicDataStore to load the object. Find works by generating a simple where claus...
Working on the “LinqToDDS” project is the most fun I’ve ever had at work. Therefore, it’s a pleasure to announce new LINQ support in the R2 wave. Earlier we only supported the deferred execution methods “ToList()”, “ToArray”, “ToDictionary”,...
Symptoms On a recent support case I was involved in, a customer had several sites (6) running on a 32 bit Windows Server 2008 in an enterprise setup. Many of the sites, but not all, was slow at times, and had high cpu utilization. All the sites ha...
Hibernating Rhinos has two really good products for profiling applications that are using NHibernate or Linq to SQL, NHibernate Profiler and Linq to Sql Profiler. To profile your application you need to reference an appender and initialize it upon...
EPiServer CMS 6 R2 comes with the great new personalisation feature of Visitor Groups. One of the criterion's available to personalise on is the “geographic location” criteria. Put simply this allows editors to specify a location and/or country to...