views:

134

answers:

0

I have a client server application using Sharp Architecture as a base. The application uses WCF services for the client-server calls. I pass DTOs between the client and the server converting them on the server.

I want to validate my domain objects but am unsure of how best to pass the validation results from the client to the server. Any help would be greatly appreciated.

Thanks,

B