Description: Pure code implementation create WCF service, create the WCF client, no configuration file, without adding the service reference.
To Search:
File list (Check if you may need any files):
WcfDemo
.......\Client
.......\......\App.config
.......\......\Client.csproj
.......\......\ClientProgram.cs
.......\......\Properties
.......\......\..........\AssemblyInfo.cs
.......\Common
.......\......\CalculateData.cs
.......\......\Common.csproj
.......\......\ICalculateService.cs
.......\......\Properties
.......\......\..........\AssemblyInfo.cs
.......\Server
.......\......\App.config
.......\......\CalculateService.cs
.......\......\Properties
.......\......\..........\AssemblyInfo.cs
.......\......\Server.csproj
.......\......\ServerProgram.cs
.......\WcfDemo.sln
.......\WcfDemo.v12.suo