Anybody know of any custom Classes out there that encapsulates common ADO.NET functionality? For example: An overloaded method that you pass the SP Name, return type you want, connection string etc... and it returns you the DataSet?
Thanks
Printable View
Anybody know of any custom Classes out there that encapsulates common ADO.NET functionality? For example: An overloaded method that you pass the SP Name, return type you want, connection string etc... and it returns you the DataSet?
Thanks
Yes,
Microsoft Application Blocks for .NET. Just search MSDN and you will find it and can download it!
Thanks dude that is EXACTLY what I am looking for! Everyone should use this.
I already do. I agree, anyone that doesn't use these application blocks are just wasting their time.
I think that's for SQL Servers , is there something similar for OLEDB ?