A small utility for generating POCOs / DTOs for use with Dapper connecting to SQL Server.
Dapper POCOs uses "sp_HELP" and "sp_describe_first_result_set" in SQL Server to get the input and output parameters for a given stored procedure or query. The SQL Server data types are mapped to their equivalent C# data types, with xml mapped to XDocument.
Stored Procedure Example
Select Statement Example