Hello guys.

Sidar, even in simple projects where you only have a client you'll
have some gains if you don't distribute your domain objects. I was
distributing domain objects happilly until one day I've noticed that a
really small bug correction meant having to redistribute everything,
ie, besides updating my service layer, I had also to update the
windows forms client apps. This can be a pain in the ass if youi don't
have high width badwith (l have several clients which use our app and
don't have high width bandwidth)...

So, that's why now we will always use DTOs for sending info back to
the client. Generally, they're more stable than our domain objects and
this means less coupling and less worries with clients updates...

-- 
Regards,
Luis Abreu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to