Using Enterprise library Quickstarts 3.1

  • Thread starter Thread starter Alex. O. Koranteng
  • Start date Start date
A

Alex. O. Koranteng

I have downloaded the Enterprise library 3.1 MSI and getting up to speed with
to perform data accees operations. The demo form is using a windows forms.
How do I modify the quickstart solution file to perform web based operations.
Any references to samples I could start with. Do recreatethe
DataAccessQuickStart solution with all the projects and ad a web.config file
and add a grdview as a container to replace the windows form container.

Thanks
 
Huh?

http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!176.entry

Go there, there are some examples built on the 3.1 library.

You're gonna return DataSet(s), strong DataSets, or IDatareaders to the
presentation layer. Winforms or Web, it doesn't matter.
(Although I personally recommend NOT returning IDataReaders to the
presentation layer)

Alternatively, you can use the IDatareader to create your custom
objects/collections and ship them to the presentation layer.
 
Thanks for the link you pointed me to. THe sample is more complicated than I
would like to start with. Could you point me to something slightly simpler

Thanks
 
Sloan,

Thanks for your response. I will play with your sample for Entlib 3.0 and go
from there.
 
Back
Top