Azure Avoid Lock - Pointing Two WebJobs to The Same Azure Storage Account Recently we had a requirement to run multiple copies of our webjobs in parallel (with different settings and configuration) doing similar but different work.
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?
C# Episerver ContentArea with AllowedTypes Specified by Interface Background Once an interesting question was asked on Episerver Community Slack space [https://episervercommunity.slack.com/] how to work with ContentAreas and specifically [AllowedTypes] and specify restrictions based on interface.
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 Content Area - Under the Hood, Part 3 This is last blog post in series under the hood of Content Area. In this blog post we will take a look at how and what exactly could be customizable while content area is being rendered. Where and how developer can hook in, what
EPiServer Content Area - Under the Hood, Part 2 This is second post in series of EPiServer Content Area feature. This time we will take a look at how render templates are selected. In the first part [https://blog.tech-fellow.net/2015/04/26/content-area-under-the-hood-part-1/] we looked closer on how templates get discovered
EPiServer Content Area – Under the Hood, Part 1 Lately I was visiting and revisiting content area, code and functionality around this feature in EPiServer and decided to revisit it once again and take a closer look at what’s really inside. So the blog post is not about what content area is,