Engineering Blog

Technical insights on Optimizely CMS, Commerce, and the modern .NET ecosystem.

Development

Fixing an AmbiguousMatchException in Optimizely CMS 12

The Problem You start your Optimizely CMS 12 application and get this error: System.Reflection.AmbiguousMatchException: Ambiguous match found for property 'Category' Your application won't start. ...

2026-01-20T10:15:51+07:00
⚙️Development
Development

Step-by-Step Debugging ASP.NET Core in VS Code

Visual Studio Code is a lightweight yet powerful editor that fully supports step-by-step debugging for ASP.NET Core applications. With the correct setup, you can debug controllers, services, middle...

2026-01-16T10:54:11+07:00
⚙️Development