Skip to content

Instantly share code, notes, and snippets.

View Mhlove's full-sized avatar

Mhlove Mhlove

View GitHub Profile
@Mhlove
Mhlove / gist:fcffbc144be70d1ac43c52ecff966b57
Created December 11, 2019 23:46 — forked from imranbaloch/gist:10895917
SqlHelper.cs class with async support
// ===============================================================================
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
//
// cs
//
// This file contains the implementations of the SqlHelper and SqlHelperParameterCache
// classes.
//
// For more information see the Data Access Application Block Implementation Overview.