London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Found 28 hits.
Sort by: Relevance Date
Blogs
Override Episerver's default UI texts
As Mattias Olsson mentioned in his blog post about translating the Episerver UI, ... there are numberous of ways to achieve this. He decompiled the assemblies containing the resources with
Updated: Aug 10, 2018
By: Eric Petersson
Blogs
Override Episerver's default UI texts
As Mattias Olsson mentioned in his blog post about translating the Episerver UI, ... there are numberous of ways to achieve this. He decompiled the assemblies containing the resources with
Updated: Dec 29, 2017
By: Eric Petersson
Blogs
Enabling Cloud Support for CMS 12 - a look under the hood
In this post I'll explore configuration of Azure resources for self managed (non-DXP) deployments. ... to use it for non-DXP usage, so I set out to decompile the CloudPlatform assembly and this is what I
Updated: Jun 29, 2023
By: Ronil Rangaiya
Blogs
Overview of the Magic Paths for Episerver Shell Menu Items
Episerver relies on magic paths (via naming conventions) to enable developers to place custom ... Shell. Over time, most Episerver developers has decompiled Episerver’s code to recollect these conventions
Updated: Jan 03, 2017
By: Casper Rasmussen
Blogs
Enabling Cloud Support for Optimizely CMS 12
In this post, I'll explore the configuration of Azure resources for self-managed (non-DXP) deployments. ... to use it for non-DXP usage, so I set out to decompile the CloudPlatform assembly and this is what I
Updated: Jul 05, 2023
By: Ronil Rangaiya
Blogs
Optimizely Commerce Business Foundation custom entity model - To add on Quan Mai's blog :)
who are using dotPeek by example, you need to decompile the dll Mediachase.Commerce.dll which is under ... You still have the class CustomerEntityFactory decompiled? Go back there and copy it, because it will almost
Updated: Jul 02, 2023
By: David Drouin-Prince
Blogs
Optimizely Commerce Business Foundation custom entity model - To add on Quan Mai's blog :)
who are using dotPeek by example, you need to decompile the dll Mediachase.Commerce.dll which is under ... You still have the class CustomerEntityFactory decompiled? Go back there and copy it, because it will almost
Updated: Jan 12, 2025
By: David Drouin-Prince
Blogs
Debugging Episerver dlls (or basically anything)
A decompiler is an unknown tool to Episerver developers. Nobody would dare to use it on Episerver dlls ... absolutely no way to debug Episerver dlls. A decompiler is a good friend of many Episerver developers
Updated: Mar 22, 2017
By: Brian Weeteling
Blogs
Debugging Episerver dlls (or basically anything)
A decompiler is an unknown tool to Episerver developers. Nobody would dare to use it on Episerver dlls ... absolutely no way to debug Episerver dlls. A decompiler is a good friend of many Episerver developers
Updated: Mar 07, 2017
By: Brian Weeteling
Blogs
GetNextSegment with empty Remaining causing fuzzes
segment. It all makes sense right? Here's the decompiled code from CMS 11:  As you can see, CMS 11 was ... than anything else. Here's a snapshot of the decompiled code, this will speak for itself:  It, hum, well
Updated: Jan 12, 2025
By: David Drouin-Prince
Blogs
GetNextSegment with empty Remaining causing fuzzes
segment. It all makes sense right? Here's the decompiled code from CMS 11: As you can see, CMS 11 was ... than anything else. Here's a snapshot of the decompiled code, this will speak for itself: It, hum, well
Updated: Jul 08, 2024
By: David Drouin-Prince
Blogs
Business Foundation field attributes
Creating a meta field for a BF class of type string will by default result in a db column nvarchar(50). ... same. After consulting the documentation (read decompiler) we learn that an attribute is also needed to
Updated: May 19, 2016
By: Mattias Bomelin
Blogs
Behind the scenes of "Release shipment" in EPiServer Commerce
Working with EPiServer Commerce, one thing you quickly realize is that you spend more time ... failing and there was nothing in the logs... Decompiling the Mediachase.Commerce assemblies, I found that
Updated: Jun 22, 2014
By: Karoline Klever
Blogs
EPiCommerce and Multiline Dictionary Meta Field Bug
you are able to configure an indexer . I then decompiled the CatalogIndexBuilder and had a scan around ... named LeesSearchExtensions.  I got hold of the decompiled code for the AddMetaField method and fixed the
Updated: Jul 04, 2011
By: Lee Crowe
Blogs
Adding CORS Management to Optimizely CMS 12
s within my startup.cs. By navigating to the decompiled version of UseCors() I was able to see the CorsMiddleware that ... evaluate the CorsPolicy itself. Looking at the decompiled code for AddCors() I could see that the dependency
Updated: Oct 09, 2023
By: Mark Stott