November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
Some context: when using an in memory implementation of IContentRepository (most likely in a test scenario) you need to create pages that are involved in the tests. I’m not quite sure which approach I fancy so I thought I’d ask you. Given that the...
Make URLs for EPiServer CMS pages lowercased using a simple initialization module. By default EPiServer CMS generates URL segments, or routing segments, based on a page’s name. It does this by stripping out special characters and replacing...
By default only the first ten hits are returned when using EPiServer Find. That number can be increased to a thousand, but not more. Here's an example of how to get *all* hits. Use with caution :) public IEnumerable GetPages() { int...
Piotr Dela from Making Waves created Geo Point Picker property for EPiServer7 GeoPicker property is based on Google Maps API and provides a rich interface for selecting a geo-coordinates – perfect for editing location of points of interests we wan...
EPiServer Find is not just for EPiServer CMS pages– in fact the client API supports indexing of any .NET object. When working with indexing of data in EPiServer Find there are some hidden gems that are nice to know about. The Id attribute: Avoid...
I am using RavenDB in EPiServer for several months already. It is great replacement for DDS (Dynamic Data Store). Setting up RavenDB in EPiServer is same as in some other ASP.NET application. I am using StructureMap as dependency resolver, but it...
The basics is already handled in the EPiServer SDK about membershipprovider . But what do you do when that doesn’t work? Here are some ideas and tools how to get that integration up and running when the night is getting darker and the coffee is...
The folder browser property is not fully optimized for file areas of larger magnitude. By default, all folders in the file area are loaded in the FileSystemDataSource . To prevent this and make the FileSystemDataSource fetch only the folders that...