Page Type Builder 1.0 Released!

I just released version 1.0 of Page Type Builder. Go and grab it here!

This release contains a few fixes and tweaks, many thanks to Henrik Nyström. It also features the ability to disable page type updation through configuration which can come in handy when working in a large project with many developers as well as in other situations.

Do disable page type updation insert a config section of type PageTypeBuilder.Configuration.PageTypeBuilderConfiguration into your web.config and set the disablePageTypeUpdation to true, like this:

<configuration>
  <configSections>
    <section name="pageTypeBuilder"
type="PageTypeBuilder.Configuration.PageTypeBuilderConfiguration,
PageTypeBuilder"/>
  </configSections>
    <pageTypeBuilder disablePageTypeUpdation="true" />
</configuration>

I’ll soon post a tutorial on how to work with Page Type Builder and I will also be speaking on that subject at the EPiServer developer meeting in Stockholm tomorrow night.

Thanks to everyone who have helped out with the project so far! Especially Daniel Rodin and Crisitan Libardo whose help and ideas have been invaluable!

PS. For updates about new posts, sites I find useful and the occasional rant you can follow me on Twitter. You are also most welcome to subscribe to the RSS-feed.

Comments

  1. Henrik Nystrom's avatar

    Henrik Nystrom 2 years ago

    Awesome Joel! Let me know when it's time to start the planning for 2.0! :)

  2. Joel Abrahamsson's avatar

    Joel Abrahamsson 2 years ago

    You made 0.9 -> 1.0 easy, but thanks :)

  3. Ted Nyberg's avatar

    Ted Nyberg 2 years ago

    I think people - slowly but surely - will start to realize just what kind of impact this approach can have on EPiServer development. Truly amazing work, Joel! Looking forward to your presentation tomorrow at the developer meetup!

  4. MKSE.com Martin's avatar

    MKSE.com Martin 2 years ago

    Great that you're there to pick up what EPi left ;)

  5. Erik Nordin's avatar

    Erik Nordin 2 years ago

    Amazing work. I will never start a new EPiServer-project without PTB, never ever! :) Looking forward to hear your presentation tonight.

  6. Emil's avatar

    Emil 2 years ago

    Great work, Joel! Coding in EPiServer has become so much more intuitive and fun with the advent of PageType builder. Keep up the good work! :-)

Follow me on Twitter

  1. @chraas You might want to use it for complex parts of the site and not use it for simple rendering pages. 2 days ago
  2. @chraas In theory more SOLID, but I'm not sure it's worth the price. 2 days ago
  3. @chraas Be warned that you're introducing one big chunk of complexity with EPiMVP :) 2 days ago
follow me

Latest comments

  1. Berra S wrote "Read your post at http://joelabrahamsson.com/entry/using-xfo..." on PageData objects not returned as typed when using Page Type Builder and FindPagesWithCriteria
  2. Linus wrote "1 up for behaviour being as close as expected as possible!" on A common problem with Page Type Builder and UniqueValuePerLanguage set to false
  3. Joel Abrahamsson wrote "Hi Hans, Could it be that you previously didn't have Page..." on Page Type Builder 2.0 released

About this site

This blog is built with EPiServer Community, EPiServer CMS, ASP.NET MVC and a bunch of other great products. The source code is available for download at the projects page, where you also can read more about this site and my other projects.

read more