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: Nov 16, 2016
    Rating:

    Logging might not be sexy. Logging might not always be fun. But sure is important. In a big project with multiple integrations, this is an essential tool that saves 100s of hours and quite a lot of frustration and blame games. Episerver has great...

  • Syndicated blog - Posted on: Nov 16, 2016

    I just wanted to note down what I have done when integration Episerver CMS and Apptus eSales with DynamicPages. ESales relies on building zones with panels to return all data in a single response. As a close implementation Episerver CMS has blocks...

  • Syndicated blog - Posted on: Nov 16, 2016

    The Episerver Find service offers free developer indexes with some limitations, i.e. 25 queries per second and 10000 items. I recently found out what happends if you break the 10k limit and it wasn't sweet. A bricked YSOD:ed development environmen...

  • Syndicated blog - Posted on: Nov 16, 2016

    The Episerver Find service offers free developer indexes with some limitations, i.e. 25 queries per second and 10000 items. I recently found out what happends if you break the 10k limit and it wasn't sweet. A bricked YSOD:ed development environmen...

  • Syndicated blog - Posted on: Nov 16, 2016

    You need to have Episerver CMS project (CMS >= 10.0.2). Use Episerver NuGet (if you want check here) and search for Zanganeh.RobotsTxtHandler or directly running code below in “Package Manager Console”: [crayon-582ba51fdb932852737894/] Then re-bui...

  • Syndicated blog - Posted on: Nov 15, 2016

    Working with multi lingual formatting is fairly simple in Episerver CMS. It’s simply a matter of relying on a set of key implementations, such as ContentLanguage.PreferredCulture or CultureInfo.CurrentUICulture, when explicitly formatting an objec...

  • Posted on: Nov 15, 2016
    Rating:

    An Internationalized Resource Identifier (IRI) is a network address that contain non ASCII characters as below: EPiServer CMS has previously (prior to 10) only allowed characters in url segments according to RFC 1738  which basically allows ALPHA ...

  • Syndicated blog - Posted on: Nov 15, 2016

    The Episerver DXC offering has been available for about a year now. There has been quite a bit of documentation about it in Episerver World, but there are still quite a few knowledge gaps on how the offering works in reality. After implementing a...