Take the community feedback survey now.
Take the community feedback survey now.
This is the second part of my blog post series Content Providers 101. Make sure you’ve read Part I before reading this post. Create and update In order to update or write Person objects to the text file, we’ll need to override the Save method. T...
A couple of weeks ago at an EPiServer Techforum in Norway, I did a demo on Content Providers. A few people have been asking about the code I wrote, so I decided to write this blog post series. While content providers is not a new feature, it has...
A colleague and I have made an EPiServer integration for the video CMS 23 Video . This has been done in collaboration with the Norwegian Government Security and Service Organization (DSS). The customer strongly believes in knowledge sharing, and...
A new package is available on the EPiServer nuget feed: EPiCode.SqlBlobProvider . This is a blob provider that enables storing of blobs in the database, rather than on disk. Why is this useful? Perfect for load balanced environments, as you will n...
Here is a little trick to spice up the editorial view when using simple selection lists in EPiServer: The SelectItem Text property in selection factories can contain html, which means that you can easily make the editorial controls look a bit more...