Community

How To Create an ADO.NET Data Access Utility Class for SQL Server

(Ray Barley) I am a .NET developer and I typically write applications that use a SQL Server database. I’m looking for a really simple, reusable class that encapsulates my ADO.NET database access code for create, read, update and delete (CRUD). As I see it I need two methods in the class: one that

Read More - Register for Free Membership