Tranfer data between Object-relational mapper and Data Access Layer using DTO?

It is very useful when you want to isolate your business code from your database. In very simple terms the DTO's are created by selecting from the database, and changes to the DTO are translated back to the database by the Data Access Layer. In some cases you can even achieve database vendor independence (at least on the business side of your code).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions