Add-On GoogleProductFeed for Optimizely: Reloaded The previous version of GoogleProductFeed package for EPiServer / Optimizely had some inherited problems. In case you need a few product feed format "exports" of your catalog data - loading multiple
Logging How to Configure Microsoft.Extensions.Logging in Optimizely CMS11 Extensions.Logging de-facto logging library that class libraries should use at the very least. Where Optimizely (ex. Episerver) CMS11 (running on .NET Framework) would collide with anything from the "new world" (.NET5)?
Asp.Net Core DbLocalizationProvider v7 Out! In this blog post I wanted to highlight some of the most obvious and visible changes to the library. As we jump to the next major version - this was good timing for me to finally materialize some of the pending break changes I was holding back for a very long time.
Asp.Net Core What New APIs Are Coming in Optimizely Content Cloud vNext? I was wondering what new assemblies and public APIs are coming in new version of Content Management System from Optimizely (ex. EPiServer).
EPiServer Episerver Scheduled Jobs - Under the Hood Have you ever wondered what really happens when you run your scheduled job in Episerver? What happens when Episerver misses to fire off your job, what is scheduler and how job status notifications are implemented?
EPiServer Bootstrap Content Area Renderer Update for Episerver Twitter Bootstrap Content Area package hasn't been updated for a while which might mean either no one is using it or it's mature enough that does not require new features :)
EPiServer Localization Provider Update Hi all, Not a huge pile of news and features (those I've saved for v7.0). It's been a while since v1.0 of LocalizationProvider. Originally it has its inception
EPiServer LocalizationProvider Under the Tests Recently I got a question from a very good friend of mine about how to properly unit test localization provider. Tests and even unit ones have been one of the
C# Episerver Localization Provider - Major v6 Released! Introduction I'm pleased to announce that v6 of DbLocalizationProvider is finally out to the wild. This stressful and lots of unknowns period was great timing for me to sit down
C# Episerver ContentArea with AllowedTypes Specified by Interface Background Once an interesting question was asked on Episerver Community Slack space how to work with ContentAreas and specifically [AllowedTypes] and specify restrictions based on interface. My answer wasn't quite
C# Episerver DeveloperTools - UI Refresh This blog post is about latest features and bug fixes added to v3.5 of Episerver DeveloperTools package
EPiServer LocalizationProvider v5.7 Is Out It's been a while since last Episerver DbLocalizationProvider package update. Fortunately this release includes couple bug fixes delivered by amazing developer community and also few new features. What's included in
EPiServer Object Cache Viewer Joins EPiServer Developer Tools It's super cool to work together with the community and unite effort across all areas to strengthen EPiServer ecosystem and toolsets. After chat with Joe Mayberry we decided that his
EPiServer How Risky are EPiServer.DeveloperTools on Production Environment? We had a great conversation at the EPiServer Partner Close-Up conference with one and only Allan Thræn about future plans and such. And one of the topics we chatted about
EPiServer Asp.Net Mvc Areas for EPiServer Forms This blog post describes how to add support for overriding Episerver Forms element templates located in Asp.Net Mvc Areas.
C# Localized Episerver Enum Properties Time to time I receive questions on how to properly translate System.Enum based properties on Episerver using DbLocalizationProvider package. The support has been around for quite while, but I've never really blogged about it properly.
EPiServer Episerver Init Infrastructure - Under the Hood Having couple of initializable modules Episerver solution - and everything works as expected. But what really happens under the hood and how Episerver initialization system really works?
EPiServer Durable Episerverless There been couple of times when we have presented Episerver and Azure Functions (aka "episerverless") and how they play well together. However, looking at overall our sample application architecture - it still seems to be a bit brittle and composed together out of some small moving parts.
Localization Localization Provider - 5th generation out! Freshly baked v5.0 is out now. Changes in this version (some of them are breaking ones). Mostly release was focused on .Net Core AdminUI improvements and new features.
EPiServer Double Language Fallback Behavior in Episerver And here we are again to talk a little bit about localization stuff. Most probably you know already there are pretty neat settings when it comes to localization of the
EPiServer Localizing your React Components with DbLocalizationProvider Background With latest hype around Episerver with no head (aka headless) - it's becoming more interesting to escape casual back-end stack and see what's happening in other fronts. And it's
EPiServer Module Dependencies in EPiServer DeveloperTools After gratefully accepted invitation to contribute to the Episerver Developer Tools package, I can safely do this: All credits to the amazing Episerver team, I'm just contributing here :) So that's
C# Some smaller updates for DbLocalizationProvider Localization provider is well and alive. Lately I've been heads down busy with porting some of the parts over to .Net Core targeting .Net Standard version 2.0. Anyway just
EPiServer Year in Review This is yet another period of the year when you pause a bit and look back. I've been taught to be in the present moment and not to look in
EPiServer Episerverless = Episerver + Azure Functions I did talk about this topic couple times solo, and also together with Henrik Fransas in Episerver Partner Close-up in Stockholm this year. Received lot of questions regarding source code