Hello

I plan to use WCF in my application. I've got solution were one
project is interface definition, that project is referenced in other
projects. Can I use that interface as ServiceContract (of course
without rewriting each method)? My interface is referenced in
some .NET 2.0 projects without WCF, so I can't mark it with attributes
from System.ServiceModel.

Regards,
Michael

Re: WCF - interface from other project as contract by sloan

sloan
Thu Jul 17 06:46:51 CDT 2008

Check this blog entry about interface based WCF development:

http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!158.entry




<myysth@gmail.com> wrote in message
news:06633e0f-e153-4f11-a8bc-5bcead1b9710@k37g2000hsf.googlegroups.com...
> Hello
>
> I plan to use WCF in my application. I've got solution were one
> project is interface definition, that project is referenced in other
> projects. Can I use that interface as ServiceContract (of course
> without rewriting each method)? My interface is referenced in
> some .NET 2.0 projects without WCF, so I can't mark it with attributes
> from System.ServiceModel.
>
> Regards,
> Michael



Re: WCF - interface from other project as contract by myysth

myysth
Fri Jul 18 06:28:07 CDT 2008


>
> http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!158.entry
>

Thanks. That helped a lot.

ML

Re: WCF - interface from other project as contract by sloan

sloan
Fri Jul 18 09:53:20 CDT 2008

No problem.


<myysth@gmail.com> wrote in message
news:b1cdf55b-55ca-4edf-84b8-1d8e31e43251@a3g2000prm.googlegroups.com...
>
>>
>> http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!158.entry
>>
>
> Thanks. That helped a lot.
>
> ML