So I'm starting to look into using the EF with POCO and transfering DTO over the wire to client of my WCF.
Looks like it's a good architectural design to go with DTO instead of sending POCO over to the client.
So I was reading about it and a lot of time it mentionned using the Adapter pattern to convert the POCO to DTO.
I can't seem to find any article describing the Adapter patter used for POCO => DTO.
Can someone shed a bit of light concerning this?