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
  • Posted on: Apr 02, 2015
    Rating:

    With EPiServer there are great, easy ways to add validation to your content.  You can easily add DataAnnotations like [Required] to your properties to individually validate them. There is also the IValidator   interface you can implement to handle...

  • Syndicated blog - Posted on: Apr 02, 2015

    I got pull request from Mathias Nohall on GitHub asking for adding support for EPiServer v8.0. This is what we call open-sourcing :). I was thinking this is good moment to introduce some breaking changes in EPiBootstrapArea plugin and give you fre...

  • Syndicated blog - Posted on: Apr 01, 2015

    Yes, you read it right. You can’t have a model property of type Int64 / long. I came across an issue where in I have a model that requires to store an Id (from the database) as one of it’s properties. It so happens that most tables we have at work...

  • Syndicated blog - Posted on: Apr 01, 2015

    I’m currently studying at Teknikhögskolan in Kalmar to become a system developer. During the 2-years of education students have the opportunity to do internships (Learning at work), and practically apply what we’ve learned, in a sharp environment....

  • Syndicated blog - Posted on: Mar 31, 2015

    Learn why having experience in web development can provide a great deal of value for project managers.

  • Posted on: Mar 31, 2015
    Rating:

    Have you been developing a new site and when it's time to demo the result for the customer the content isn't quite at the desired level? Should be easy enough to be disciplined and create proper demo content as you go along right? But still it's s...

  • Syndicated blog - Posted on: Mar 31, 2015

    If you've been working with EPi 7 or 7.5 (or even 8 for you early adopters), you've most likely created an initialization module.  For a thorough introduction, this link is a good resource. While they are really extensible, I've run into a few...

  • Syndicated blog - Posted on: Mar 30, 2015

    In this blog I will explain a solution for searching the content tree. This will improve the performance, because EPiServer can perform slow when there are a lot of items in the content tree.