Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.41 KB

File metadata and controls

40 lines (26 loc) · 1.41 KB

Data Access Layer Centralization using ADO.net

Centralizing Data Access of ADO.net

Author / Creator: Sonny R. Recio

Description: This API simplifies the process of using ADO.net in a more organized way, allowing developers to create a Data-driven applications more rapidly than ever before.

Updates and features

Version 1.0

  • Support for multiple providers(MS Access, SQL Server, ODBC Connections)
  • Support for Stored Procedures
  • Automatically handled Connections and garbage collections
  • Added support for DataSet as data retrieval
  • Added support for DataTable as data retrieval
  • Automatically processed parameters for SQL Commands
  • Auto-execute commands for CRUD(Create, read, update, delete) operations
  • Support for Scalar commands that returns single value

Getting Started

Import API to your project

  • Add DataAccessCentralization.dll to your reference project
  • Refer to sample code snippets and instruction manual for more details. Visit my blog as well: http://bit.ly/1sGCo2r

Sample codes

I've added sample codes for VB.net and C#.net to get you started. Samples are the best way to demonstrate its use. Kindly download the files and start trying.

Problems? Bugs? Send me an email

Just email me at [email protected] and report the bug.