Is it a good design practice to distribute the implementation to

Q

Is it a good design practice to distribute the implementation to Remoting Client ?

✍: Guest

A

Itfs never advisable to distribute complete implementation at client, due to following reasons:-
ã Any one can use ILDASM and decrypt your logic.
ã Itfs a bad architecture move to have full implementation as client side as any changes in implementation on server side you have to redistribute it again. So the best way is to have a interface or SOAPSUDS generated meta-data DLL at client side rather than having full implementation.

2007-10-23, 4475👍, 0💬