Search code examples
c#ado.netdatatabledata-access-layer

generic c# class for SELECT, INSERT, UPDATE and DELETE operations in asp.net


I'm searching for a code example/link that does what the title says.

Basically I need to create a data access layer for my asp.net website, and I want it to be as generic as possible. I prefer to work with stored procedures and data tables and the respective c# ado.net code for the sake of performance.

If anyone has comments/suggestions/corrections please feel free to say it.

Thanks.


Solution

  • Sounds like you are describing the DataAdapter class.