Skip to content

Wrapper for ADO.NET's DbConnection to reduce duplicate code.

License

Notifications You must be signed in to change notification settings

Pustalorc/DbConnectionWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbConnection Wrapper NuGet

Library that wraps the ADO.NET DbConnection class and adds more methods to execute queries whilst using less of the exact same code in a medion/large sized project.

Installation & Usage

Before you begin, please make sure that your current solution has installed the nuget package of this library.
You can find this package here.

To use this wrapper, you can see how MySqlConnectorWrapper does this. Specifically, one should look at the following files:

About

Wrapper for ADO.NET's DbConnection to reduce duplicate code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages