Do developers still use SQLHelper.vb to deal with their data access logic? Is there a similar class available for connections to an Oracle database? I have searched for this Oracle class online but I cannot find it. For example, I came accross this post.
I realise that there are alternative DAL solutions like NHibernate, but really what I am looking for is a place to encapsulate the data access logic.