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: Mar 22, 2017

    Welcome to the second post of CDN series. In these series, I’m trying to describe how CDN works and with one example show how it can integrate with Episerver and finally we tackle some caching challenges CDN and Episerver has. In this post, we are...

  • Syndicated blog - Posted on: Mar 21, 2017

    Along with other smaller bug fixes, database-driven localization provider for EPiServer got closer to front-end. We joined forces together with my old pal and friend Arve Systad and made it possible to add translations to client side resources as...

  • Syndicated blog - Posted on: Mar 21, 2017

    I supposed this is a well known feature, but I was asked more than once about it, so it’s better to write something here to clarify the confusions. If you have some very, very big catalogs, you probably have seen this “notification” in Catalog UI ...

  • Syndicated blog - Posted on: Mar 20, 2017

    Along with other smaller bug fixes, database-driven localization provider for EPiServer got closer to front-end. We joined forces together with my old pal and friend Arve Systad and made it possible to add translations to client side resources as...

  • Syndicated blog - Posted on: Mar 20, 2017

    Along with other smaller bug fixes, database-driven localization provider for EPiServer got closer to front-end. We joined forces together with my old pal and friend Arve Systad and made it possible to add translations to client side resources as...

  • Syndicated blog - Posted on: Mar 20, 2017

    Just a quick post on this one. A friend was recently having problems trying to make updates to his local Episerver site via Nuget. Even after running updates to the DB via the package manager console (update-epidatabase), he was getting errors and...

  • Posted on: Mar 20, 2017
    Rating:

    To get CMS content from Episerver using content reference ID anywhere in the MVC application using below code. var contentReference = new ContentReference(163); var pageRouteHelper = EPiServer.ServiceLocation.ServiceLocator.Current.GetInstance...

  • Syndicated blog - Posted on: Mar 20, 2017

    My scenario I tried creating a new database schema for my Episerver website that uses the createDatabaseSchema=”true” on the episerver.framework config node. This creates a new database schema if it detects there’s none for the database specified ...