Take the community feedback survey 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
  • Posted on: Jan 04, 2016

    Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URI configured for...

  • Syndicated blog - Posted on: Dec 31, 2015

    Cross-posting an article I've written for my company Zone's Medium blog. I've written about techniques for using strongly typed view models with Umbraco here before - in this article I recap some of that and extend the discussion to EPiServer CMS...

  • Syndicated blog - Posted on: Dec 29, 2015

    A meetup group for Episerver Developers in Serbia is created! Join us!

  • Syndicated blog - Posted on: Dec 22, 2015

    The PropertyList is the new property introduced in EPiServer 9. It allows to use generic list on content model. List item property could be described with the same attributes as regular model properties. For example if we annotate property with...

  • Posted on: Dec 22, 2015

    https://github.com/Igelkottegrodan/ImageResizer.Plugins.EPiServerBlobPlugin First based on my initial blog post ( http://world.episerver.com/blogs/Andre-Hedberg/Dates/2013/12/Get-ImageResizer-to-play-along-with-EPiServer-75/) and now later adjuste...

  • Syndicated blog - Posted on: Dec 21, 2015

    I installed Swashbuckle in my Episerver site that of course also uses Find. Firstly I got a crash that I got around by activating this line in my SwaggerConfig.cs (would be nice if Epi changed their methods to not conflict). c.ResolveConflictingAc...

  • Syndicated blog - Posted on: Dec 21, 2015

    The "Display In Navigation" has been around for ages and was previously coupled to EPiServer's built-in menu controls. Today we typlically build our own implementations of menus since the requirements with mobile first and the demands on highly...

  • Syndicated blog - Posted on: Dec 21, 2015

    Did you ever try to store a XhtmlString in a variable and use it in your code? Maybe you noticed that some stuff, like links, isn’t very useful because they are internal. I noticed this when i upgraded a site from CMS6, and on that site i had a...