July 7, 2019C#, Commerce, Sitecore, Software Design, Web API Transient fault handling in Sitecore Commerce Transient fault handling can be cumbersome and lead developers to write repetitive code. There […]
May 29, 2019C#, Commerce, Sitecore Multiple Delivery Calculations – Sitecore Commerce While working with one of the clients recently, we had to implement […]
November 11, 2018C#, Databases Entity framework core and enhanced testability Entity framework aka EF is a powerful ORM tool. After using it for […]
November 6, 2016C#, Web API Http Caching for Web API Responses A Web API serves a client e.g. browser with an HTTP response […]
October 23, 2016C# ExpandoObject – add properties dynamically ExpandoObject class allows to create an object of dynamic type. This dynamic type […]