Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

C# Database Wrapper Class
By Guru Prasad L

This code is a wrapper class for all database activity. The connection is basically pooled across for the application.

The end developers need not worry about the connection settings etc.

The methods are defined to handle DML's. This is just a raw class, anyone can refine it and if possible notify me also...

Download Wrapper.cs