Taking a look at how to separate out your WCF service project into multiple parts
Category: Languages > .net      Posted: 25 Jun 09

In this episode we will take a look at how you can break your WCF service into multiple projects.

We will walk you though how it is possible to put your WCF contracts into a commong project which can be shared by others, as well as how to put you domain entities into their own project. Hav...