Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I'm designing a distributed system. usually I put different parts of the entire project inside different project. here I have a question is it a good thing that I divide each single project in two different projects like I put interfaces in one project and put the other classes inside another project?

What I have tried:

Well I've done it in both way. I wanna know which one is better.
Posted
Updated 22-Apr-16 8:17am

1 solution

It depends. If you are using WCF, then you could install the interface libraries on the client and leave the implementation libraries on your server.
 
Share this answer
 
Comments
m.r.m.40 22-May-16 8:49am    
It's a good Idea, Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900