A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: Sep 02, 2013

    This post is part of a series of post where I try to implement an in memory IContentRepository. The tests for this posts are found here and here. This post will look at the last members of the IContentLoader interface for a while, namely...

  • Syndicated blog - Posted on: Aug 30, 2013

    Provided with all materials about Attaching to global event EpiServer, I would build (and I did couple times) code like this: This approach has one big problem – you deal with page far away from where it’s defined, you do … Czytaj dalej →

  • Syndicated blog - Posted on: Aug 29, 2013

    This post is part of a series of post where I try to implement an in memory IContentRepository. The tests for this posts are found here. In this post we’ll continue to look at another member of the IContentLoader interface, namely the GetChildren...

  • Syndicated blog - Posted on: Aug 27, 2013

    Fast example how to make ContentArea rendered as unordered list from blocks in EpiServer 7 MVC. Starting markup: That is very easy to achieve using CustomTag, CssClass, ChildrenCustomTagName, ChildrenCssClass: Block markup: Like you can guess,...

  • Syndicated blog - Posted on: Aug 27, 2013

    This post is part of a series of post where I try to implement an in memory IContentRepository. The tests for this posts are found here. When getting a page we’re using the IContentLoader interface. In this post we’ll focus in the most simple case...

  • Syndicated blog - Posted on: Aug 27, 2013

    If you want to test against IContentRepository you have some different options. 1. Database This is basically the same thing as when you’re running the site. In your test project you start up episerver in a console mode and each query/command is...

  • Syndicated blog - Posted on: Aug 27, 2013

    Joel Abrahamsson has recently published his book EPiServer 7 CMS Development on Leanpub.com. The book is not yet finished, but when you buy it you are entitled to all the coming updates, so there’s really no reason to wait until the final/finished...

  • Posted on: Aug 27, 2013

    I’ve been fiddling around with how I could get information from the current content area when in the context of a block controller. First of all, I wanted to know which tag was currently set in the content area. That was reachable through this: 1:...