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 08, 2016

    Intro Queuing is one of the base procedures that you may need as a software developer specially if you are working on web.Think as a task that you want to make sure that it will be done, but you don’t want to suspend your current process for it. f...

  • Syndicated blog - Posted on: Mar 08, 2016

    Intro When doing the integration testing in EpiServer, you will need to mock more than one or two methods or services. Sometimes you need to implement the same ground for different test classes. but it will be very time consuming and at the same...

  • Syndicated blog - Posted on: Mar 08, 2016

    Regardless of what do you think about TDD (Test Driven Development)  there are many scenarios that you want to implement an automatic testing in your code. But how do we implement tests in a CMS like EpiServer? As a basic step, one has to mock som...

  • Syndicated blog - Posted on: Mar 08, 2016

    This applies to WebForms and MVC scenarios alike, but it’s mostly MVC users that are tempted in doing it: Never put request specific data into the ContentType model class! It may sound obvious to some, and not so obvious to others. Regardless, it’...

  • Syndicated blog - Posted on: Mar 08, 2016

    Recently I got an error related to Dojo widget about conflicting "id" on the HTML element. While it is possible to work with Dojo without "ids", those are necessary for field labels to work properly. Here is the error I got: And the widget code...

  • Syndicated blog - Posted on: Mar 07, 2016

    Maybe it’s time to let your digital strategy mature and grow into the useful tool it was always meant to be. But where do you start?

  • Syndicated blog - Posted on: Mar 07, 2016

    If you’ve seen some of my recent posts you’ll know I’ve been playing around with WebHooks. These are simple HTTP requests to endpoints allowing services to exchange data and events. Integration Platforms as a Service Those of you cool kids will ha...

  • Syndicated blog - Posted on: Mar 07, 2016

    Here are two code snippets to help you make a XhtmlString display external links instead of the internal ones and also render blocks, dynamic content etc. This could be helpful if you don’t have access to a HtmlHelper like in a WebApi. The first o...