Motivation for a service layer (instead of just copying dlls)?
- by BornToCode
I'm creating an application which has 2 different UIs so I'm making it with a service layer which I understood is appropriate for such scenario.
However I found myself just creating web methods for every single method I have in the BL layer, so the services basically built from methods that looks like this:
return…