Re: Difference between DAO and DTO
Posted By:
avihaimar_marchiano
Posted On:
Wednesday, August 29, 2007 01:30 PM
Yes,
DTO is Data Transfer Object.
DAO is Data Access Object.
DAO is a layer infront of the data the encapculate the access to the data from the client.
DTO - contain data