SaaS CMS has officially launched! Learn more now.

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: Dec 01, 2018

    Having couple of initializable modules Episerver solution - and everything works as expected. But what really happens under the hood and how Episerver initialization system really works?

  • Syndicated blog - Posted on: Dec 01, 2018

    Episerver Content Delivery API 2.x allows us to customize the authorization flow. Here's an example of how you can get and validate an access token using an external service and avoid all that similar stuff that bloated your Epi app when using 1.x...

  • Syndicated blog - Posted on: Nov 30, 2018

    Even though it is not the best identity management system in the .NET world, ASP.NET Membership provider is still fairly widely used, especially for systems that have been running for quite long time with a significant amount of users: migrating t...

  • Syndicated blog - Posted on: Nov 29, 2018

    Imagine that you have two different nodes in your Episerver Commerce catalog and you want these to be routed to different specifiable URLs within the site. This post looks at how this can be achieved by overriding only two HierarchicalCatalogParti...

  • Syndicated blog - Posted on: Nov 29, 2018

    ILM – Information Lifecycle Managerment. Simple Report tool for editors to monitor information.

  • Syndicated blog - Posted on: Nov 28, 2018

    While developing a project we decided to use properties with the ignore attribute to set some information programatically as well as hide these properties to the editor in some page and block models. A better explanation of this can be found here....

  • Posted on: Nov 28, 2018
    Rating:

    Scheduled jobs are a great way to write code that can run periodically and perform actions on your CMS or Commerce system through the Episerver API framework  https://world.episerver.com/documentation/developer-guides/CMS/scheduled-jobs/  I have...

  • Posted on: Nov 27, 2018
    Rating:

    Just so you know, this is going to be a really long post. I wish I could tell you it's as simple as one, two, three, but it isn't, and there are quite a few steps to go through. This is one way to do it, but I'm sure there are other people out the...