N
news.microsoft.com
Does anyone know of a tool that can look at C# code and make sure that all
open datareaders are closed as well as validate other ADO.Net best practice
principles?
I have a team of 10 developers and we recently had a bug in our code that
claims that an existing connection can't be used because it is associated
with an open datareader. Unfortunately, looking through all the code is
blinding me and so I wondered if there was a tool that could do it for me.
Any and all help is appreciated.
-- Rodney
open datareaders are closed as well as validate other ADO.Net best practice
principles?
I have a team of 10 developers and we recently had a bug in our code that
claims that an existing connection can't be used because it is associated
with an open datareader. Unfortunately, looking through all the code is
blinding me and so I wondered if there was a tool that could do it for me.
Any and all help is appreciated.
-- Rodney