Click here to Skip to main content
15,886,689 members
Articles / Programming Languages / C#

Setting up a Project-framework for a WCF Solution

Rate me:
Please Sign up or sign in to vote.
4.20/5 (3 votes)
7 Jan 2010CPOL12 min read 36.3K   277   12  
This article illustrates how you can manually setup your WCF solution by perfectly wiring the project structure
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
  <Profiles>
    <Profile Name="(Default)" />
  </Profiles>
  <Settings />
</SettingsFile>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Architect
United States United States
Mr. G. P. Naik was kicked into the programming world some 18 years back. Over the period of time, his attitude towards programming underwent a complete evolution- from profession to hobby, and from hobby to passion. His background in MBA helped him bridge the two worlds; business domain skills and the technical skills. As a result, he has been successfully providing IT solutions to an array of businesses from diverse industry types.

He knows writing technical stuff and currently he is attending classes to learn how to write a biography. So, in future, you may see more stuff here when he feels he has mastered that skill.

Comments and Discussions