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
  • Syndicated blog - Posted on: Feb 24, 2013

    Recently I needed to investigate a bit more on EPiServer Commerce (R3) “product” (or entry would be more precise as there are many variations on what exactly is product in Commerce) details page. During investigation I collected couple of notes do...

  • Syndicated blog - Posted on: Feb 24, 2013

    Some context: when using an in memory implementation of IContentRepository (most likely in a test scenario) you need to create pages that are involved in the tests. I’m not quite sure which approach I fancy so I thought I’d ask you. Given that the...

  • Syndicated blog - Posted on: Feb 24, 2013

    Make URLs for EPiServer CMS pages lowercased using a simple initialization module. By default EPiServer CMS generates URL segments, or routing segments, based on a page’s name. It does this by stripping out special characters and replacing...

  • Syndicated blog - Posted on: Feb 23, 2013

    By default only the first ten hits are returned when using EPiServer Find. That number can be increased to a thousand, but not more. Here's an example of how to get *all* hits. Use with caution :) public IEnumerable GetPages() {     int...

  • Syndicated blog - Posted on: Feb 22, 2013

    Piotr Dela from Making Waves created Geo Point Picker property for EPiServer7 GeoPicker property is based on Google Maps API and provides a rich interface for selecting a geo-coordinates – perfect for editing location of points of interests we wan...

  • Posted on: Feb 21, 2013
    Rating:

    EPiServer Find is not just for EPiServer CMS pages– in fact the client API supports indexing of any .NET object. When working with indexing of data in EPiServer Find there are some hidden gems that are nice to know about. The Id attribute: Avoid...

  • Syndicated blog - Posted on: Feb 21, 2013

    I am using RavenDB in EPiServer for several months already. It is great replacement for DDS (Dynamic Data Store). Setting up RavenDB in EPiServer is same as in some other ASP.NET application. I am using StructureMap as dependency resolver, but it...

  • Posted on: Feb 20, 2013
    Rating:

    The basics is already handled in the EPiServer SDK about membershipprovider . But what do you do when that doesn’t work? Here are some ideas and tools how to get that integration up and running when the night is getting darker and the coffee is...