Tagged Questions
1
vote
2answers
329 views
Using Linq Expressions to decouple client side from DAL (which is server side)
I could not find the answer amongst the many posts on Linq, so here I am.
We have a client-server application, where the client side has absolutely no knowledge of the actual DAL on the server side, ...