Windows Communication Foundation
Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing investments.
In This Section
- What's New in Windows Communication Foundation
- Discusses features new to Windows Communication Foundation.
- WCF Feature Details
- Shows topics that let you choose which WCF feature or features you need to employ.
- Windows Communication Foundation Glossary for .NET Framework 4
- Shows a list of terms specific to WCF
Reference
Related Sections
Build Date: 2011-06-25
Community Content
_1330032481
Yes, CalculatorService Example works
Ricardo,
Client.exe can be found in your project bin\Debug\Client.exe and similarly CalculatorService.exe can be found under bin\Debug in their respective folders when you compile the project.
Please make sue that you run service (by double cliking on CalculatorService.exe) before running the client service.
Client.exe can be found in your project bin\Debug\Client.exe and similarly CalculatorService.exe can be found under bin\Debug in their respective folders when you compile the project.
Please make sue that you run service (by double cliking on CalculatorService.exe) before running the client service.
darkfather101
Area is geek infested
An incredibly important technology where the documentation is geeky (self referencing without clear information). Could an adult please look at this?
premks
It worked
It worked for me . But i am in doubt if i had to use app.config and Proxy file in client side. It means whenever i change is made to service its updated should be installed on client side....I thick there must be some solution to this.