Application Block Usage

  • Thread starter Thread starter Jeff S
  • Start date Start date
The EnterpriseLibrary Data Access (1.1 and 2.0) are very good, IMHO.

They also force you to create a correct DataTier object.

Your DataTier object should return

DataSets
IDataReaders
Scalars
void (nothing)

back to your business layer.

When updating data, you'll usually send data into the DataTier object, and
get null back. (aka, you just want to know it worked..)

Remember, the EntLib does NOT replace your application's datatier....its a
helper for it.

...
 

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

Back
Top