Skip to content

Peled-Zohar/ADONETHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADONETHelper simplifies the code working with ADO.Net by encapsulating connection, command, parameters and data adapters. It implements the abstract factory desing pattern so the user code is the same for OleDb, Odbc and Sql.

This repository contains two projects: ADONETHelper and HowToUseADONETHelper. The second one contains some code samples of working with ADONETHelper, including initialization, executing sql statements, using parameters ect`.

Please note that ADONETHelper does not contain any exception handling code, so you should still use try...catch when calling the execute and fill functions.

About

A Helper project for working with ADO.Net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages