I am looking for a data access layer for ado.net. I am not interested in linq, EF, NHibernate or any other ORM. Currently, I am using the data access layer from umbraco. The DAL is very good but they stopped developing it so i am looking for a different one. Does anyone know where I can find a list of DALs that I can test?
Share
I have found a much better way to do this. I am going to use microsofts Data Access Application Blocks. This way I don’t need to close the connection or the reader every single time.