Try our conversational search powered by Generative AI!

Get the latest!

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

Syndication and sharing

loading
  • Posted on: Oct 12, 2011
    Rating:

    In a project I’m currently working on I need to update some DSS tables when a user is viewing a page. This is not a problem, but sometimes the save method takes a bit to much time. Since the saving part of the data  not necessarily need to be done...

  • Syndicated blog - Posted on: Oct 12, 2011

    Today we’re releasing a first, early version of the Truffler integration for EPiServer CMS. This version contains the essential parts for automatically indexing PageData objects and querying them. There’s quite a lot of work remaining before we’re...

  • Syndicated blog - Posted on: Oct 11, 2011

    Use the BoostMatching method to tune the ordering of search results according to business needs. Following up on yesterdays post on the new highlighting features in the Truffler .NET API (introduced here ) I thought I’d also introduce another new...

  • Posted on: Oct 11, 2011
    Rating:

    I recently upgraded a site to R2, and noticed that one of the custom virtual roles stopped working properly (The access rights in the edit page tree looked messed up). After some quick logging, I discovered that each virtual role only was validate...

  • Posted on: Oct 10, 2011
    Rating:

    Load balancing EPiServer can be quite tricky and there are a few key configuration items to be set. All the information below has been gathered from several different articles, blog posts, etc. on the Internet. The purpose of this blog is to provi...

  • Posted on: Oct 10, 2011
    Rating:

    Just over a couple of weeks ago I released the FindPagesWithCriteriaContext class.  This essentially provides a nice little Linq wrapper over the top of the FindPagesWithCriteria API, more details can be found here . The reason for the blog post i...

  • Syndicated blog - Posted on: Oct 10, 2011

    With the Truffler .NET API (introduced here ) we strive very hard to make it easy for developers to build great search and querying functionality. In my opinion search engines are often underused when building web sites today and by bringing searc...

  • Syndicated blog - Posted on: Oct 09, 2011

    Handling users and roles are very common tasks in EPiServer and .NET projects in general. Here's a reference list of various useful membership related operations done in code.