User1555545927 posted
I'm in a situation where I can only access data using stored procedures in my ASP.NET 4 application. The stored procedures are written by the database administrator and I have to write C# code to execute and extract the data using methods like ExecuteSqlReader,
ExecuteSqlNonQuery, DataReader, ExecuteScalar, SqlCommand and so forth.
I would like to get a solid understanding of how to work with stored procedures from C# and how to use above methods efficiently. I'm hereby looking for books that deals with the area only. There is ADO.NET books, but they cover a much larger area than what
I am in search of.
I hope someone can point out a books the specifically deals with above area.