A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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
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...
The folder browser property is not fully optimized for file areas of larger magnitude.
Recently Making Waves released OpenWaves.EPiServer.Localization NuGet package. It provides strongly typed access to EPiServer lang. Now you can use: string text = TranslationKeys.MyPage.MyCategory.Intro.GetString(); // instead of // string text =...
Recently Making Waves released OpenWaves.EPiServer.Localization NuGet package. It provides strongly typed access to EPiServer lang. Now you can use: string text = TranslationKeys.MyPage.MyCategory.Intro.GetString(); // instead of // string text =...
I recently posted a reply about Reducing database size at EPiServer World and thought I'd assemble some queries that come in handy when analyzing a database gone huge. Here's a query that will give you the biggest tables by row count. SELECT so.na...