Hi, using the IRepository pattern is really convenient in a single tier app (web app, rich client), but how to use this pattern in a distributed application?
I should probably implement an IRepository, which will delegate everything to the server (probably using WCF)
anyone has any experience in this?
thanks in advance, Erik.