Tuesday, August 29, 2006 1:40 PM
So with WCF what will my assemblies/dependencies look like?
Consumer.dll - consumes the WCF Service
- ServiceContract.dll - an assembly with nothing but interfaces
Provider.dll - provides the WCF Service
- ServiceContract.dll- an assembly with nothing but interfaces
I am sure this is one of many possible architectures, but this seems like a good basic layout.
Thoughts?