I am looking for some decent ADO.NET helper utility class to allow me to query an ado.net datasource. I am not looking for anything too fancy, but it has to support transactions. Is there anything out there?
P.S. I know the data access block will do that but I was looking for something a bit more independent to other components. like a simple library or something
If its just a light wrapper Why not just wrap the commands yourself?
eg: