I used to create a data layer using classes, however, someone suggests using strongly typed DataSets, because it develops faster. The data level that I am going to build should support several DBMSs (Oracle, MSSQL, MySQL ..).
what is the best way to build it using strongly typed DataSets or using classes?
I have made several large business applications using highly typed datasets. (Both for Oracle and MSSQL)
, . , , # VB.NET. , , , , . ( , ) Oracle System.Data.OracleClient( , )
, Oracle . ( ID) SQL TableAdapter, Int32. , , .
, , - ( ), .
- , CSLA. . - .