WCF Rest services for use with the repository pattern?

Posted by mark smith on Stack Overflow See other posts from Stack Overflow or by mark smith
Published on 2010-03-31T14:10:37Z Indexed on 2010/03/31 14:13 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

Hi there,

I am considering moving my Service Layer and my data layer (repository pattern) to a WCF Rest service.

So basically i would have my software installed locally (WPF client) which would call the Service Layer that exists via a Rest Service... The service layer would then call my data layer using a WCF Rest Service also OR maybe just call it via the DLL assembly

I was hoping to understand what the performance would be like. Currently I have my datalayer and servicelayer installed locally via DLL Assemblies locally on the pc.

Also i presume the WCF REST services won't support method overloading hance the same name but with a different signature??

I would really appreciate any feedback anyone can give.

Thanks

© Stack Overflow or respective owner

Related posts about wcf

Related posts about rest