Skip to content

Instantly share code, notes, and snippets.

@srsivaprasad
srsivaprasad / gist:d7d4069b9b1bb26574c4d7a20f4ce5de
Created December 8, 2016 06:51 — 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.