Skip to content
View joeltennant's full-sized avatar

Block or report joeltennant

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joeltennant/README.md

Hi there! 👋 I'm Joel Tennant

Lead .NET Developer | C# · Azure · SQL Server

💡 What I Do Best

Transform technical debt into maintainable assets - whether it's 20-year-old enterprise systems or last quarter's "we'll refactor it later" features.

🤝 Let's Connect

Pinned Loading

  1. Wrapper for Dapper Wrapper for Dapper
    1
    using Dapper;
    2
    using Microsoft.Data.SqlClient;
    3
    
                  
    4
    namespace DapperDatabase;
    5
    public class DapperContext