{"id":3707,"date":"2014-03-29T08:19:59","date_gmt":"2014-03-29T08:19:59","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/29\/episerver-vs-episerver-with-page-type-builder-collection-of-common-programming-errors\/"},"modified":"2014-03-29T08:19:59","modified_gmt":"2014-03-29T08:19:59","slug":"episerver-vs-episerver-with-page-type-builder-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/29\/episerver-vs-episerver-with-page-type-builder-collection-of-common-programming-errors\/","title":{"rendered":"EPiServer vs EPiServer with Page Type Builder-Collection of common programming errors"},"content":{"rendered":"<p>When creating properties and page types through admin mode in EPiServer, it&#8217;s quite easy to understand how the database is written to in order to update the configuration of the website. But with page type builder, however, if it&#8217;s as easy as writing&#8230;<\/p>\n<pre><code>[PageTypeProperty]\npublic virtual string MainBody { get; set; }\n<\/code><\/pre>\n<p>&#8230;to create a new property &#8211; at what point is this stored in the datbase? Runtime? Compile time?<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When creating properties and page types through admin mode in EPiServer, it&#8217;s quite easy to understand how the database is written to in order to update the configuration of the website. But with page type builder, however, if it&#8217;s as easy as writing&#8230; [PageTypeProperty] public virtual string MainBody { get; set; } &#8230;to create a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3707","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3707"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3707\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3707"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}