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 1 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 1 years ago

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

  3. Ted Nyberg's avatar

    Ted Nyberg 1 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 1 years ago

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

  5. Erik Nordin's avatar

    Erik Nordin 1 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 1 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! :-)

Add a comment

Allowed tags: <b>, <em>, <quote cite="">, <code>, <c-sharp-code>, <css-code>, <sql-code>, <xml-code>, <javascript-code>. If you want to display code examples, please remember to write &lt; for < and &gt; for >.

Follow me on Twitter

  1. Blogged: Learning Scala part eight – Scala’s type hierarchy and object equality http://bit.ly/doyszt 1 days ago
  2. @andreakn in markup or code behind? For the latter you can use the getpropertyname extension method 1 days ago
  3. @andreakn No, but there are plans to support the "built-in" props for subscriptions etc somehow 2 days ago
follow me

Latest comments

  1. Svante wrote "Hi, nice catch! However, as you state, you took the easy ..." on Something to beware of when using EPiAbstractions and an IoC container
  2. kad1r, asp.net, c# wrote "It works. Thank you." on Twitter style paging with ASP.NET MVC and jQuery
  3. Pandiya Chendur wrote "Absolutely wonderful article.. Just loved it..." on Twitter style paging with ASP.NET MVC and jQuery

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