Take the community feedback survey now.
Take the community feedback survey now.
Yesterday we ran into a problem in the project that I’m currently working on. We’re using Page Type Builder and when we tried to view a page by going to it’s non-friendly URL, that is /HelloWorld.aspx?id=30 instead of /HelloWorld/, we got an...
I just released EPiAbstractions , an open source project that wraps many of the classes and methods in EPiServer CMS and Community that access the database or file system to allow the user of the project to decouple their code from them, thereby...
When using the Link collection property in EPiServer CMS I often find my self needing to convert it’s values, that is a collection of LinkItems, into a list of PageData objects. Of course we can’t trust that all of the items are really links to...
If you don't specify what type of EPiServer property a code property should map to using the Type property on the PageTypeProperty attribute Page Type Builder will try to figure it out for you. The default mappings are as follows: Code property ty...
I just had a conversation with my friend and former colleague Rickard ( @VirUZI ) where he informed me that a hotfix has been released for EPiServer Community that fixes a bug we’ve both run into. I said thanks but also that I already knew thanks ...