.net - SQLHelper Class -
Is there a recent version of SQLHelper class? I have been using one for a few years and wondering if there is a new version. For NET Framework 2.0 or 3.0 I like it on small projects vs. Microsoft Data App Block (which I use on large projects).
I came to this link
According to ...
SqlHelper was actually replaced with an abstract class, the database is called, and two concrete squares which receive it: SqlDatabase and OracleDatabase .
Comments
Post a Comment