ASP.net C# 3.5 Framework, working in Visual Studio 2008 currently.
What I want is a Generic Data Access Class. I have seen several of them but what I want is to see one that I pass the Connection String and the SQL statement and it will return a List of Objects or when only one item an Object or when no response needed a boolean to let me know if it succeeded?
I hope this makes sense if not let me know and I will explain more.
Check out my answer to this question:
Fastest method for SQL Server inserts, updates, selects
It’s not a complete class, but it lays out the groundwork for a nice generic implementation that will work with linq-to-objects.