DataSets with Business Entities and Data Access Layers

G

Guest

For my application, I stick to a Business entity class and a Data Access Layer class design (DAL
For more complex situations I create a custom business entity class which users a DAL class. I also have many other small descriptor tables where I don’t need that level of control

Is it proper to create a class which inherits a dataset. Within this class I perform the steps to make it a typed dataset and set the SQL commands to the DAL class.
 
F

feng

Reference to
http://www.devexpress.com/?section=/Products/NET/XPO
http://www.olero.com/OrmWeb/
http://ailab2.et.ntust.edu.tw/~badboy/odb/


http://www.devexpress.com/?section=/products/net/xpo/PerformanceComparisonXPOvsADO


Ryan Shaw said:
For my application, I stick to a Business entity class and a Data Access Layer class design (DAL)
For more complex situations I create a custom business entity class which
users a DAL class. I also have many other small descriptor tables where I
don?™t need that level of control.
Is it proper to create a class which inherits a dataset. Within this
class I perform the steps to make it a typed dataset and set the SQL
commands to the DAL class.
 
M

Marius Horak

Very good answer feng. Now he knows everything. And all he needs is just few
dollars.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top