Blog Posts for category: Development

NDepend In Review

My review of the NDepend static analysis tool for Visual Studio.

Analyze Solution For Code Clones missing in Visual Studio 2017

How to enable the Analyze Solution For Code Clones feature in Visual Studio 2017.

Entity Framework with MySQL - Booleans, Bits and "String was not recognized as a valid boolean" errors.

How to configure Entity Framework to correct map boolean columns in certain versions of MySQL.

Upgrading AutoMapper

How to change some boilerplate AutoMapper mapping code that used the static Mapper object in the old version of AutoMapper to easily use the non-static methods of the new version of AutoMapper without changing too much code.

KnockoutJS binding on SELECT elements in a ForEach loop

How I set-up KnockoutJS to bind to select elements inside a foreach loop.