Creating Dapper models

To work effectively, Dapper needs a C# model of the corresponding SQL table. This post documents a utility that produces a Json schema for a SQL Server table that can then be used to provide a C# model of the table for Dapper (or any other purpose).