User-1243246357 posted
Hello,
I have to create a service oriented architecture using WCF. I am new to WCF. I tried it by adding a new WCF library.
Now, I see that it has created an interface for ServiceContract and an Implementataion Class for this ServiceContract.
But, in my application there are around 25 tables as of now. And I want to create separate ServiceContract interfaces and Implementataion Classes for all these tables. Questoin I am having is, do I need to add .svc file for all these?