WCF Articles
Software Development May 18th, 2007
In order to introduce Windows Communication Foundation (WCF) I'm starting a series of posts here.
Most of the applications now requires to support the SOA architecture, means that the application should provide a service interfaces to be exposed to other applications. These interfaces can be exposed using many technologies: Web Services, COM+ and so on. Each technology is completely defferent from the other, and requires special knowledge of coding.
WCF makes life better. WCF helps developers to expose service interfaces using any technology. WCF has same set of functions and attributes that will be used for all technologies (bindings).
From every post I'll refer to this post and I'll keep a TOC here so you can easily navigate in the blog.
TOC:
Similar Posts:
- Enterprise Library 3.1 Released
- SqlMetal for Linq
- Second IE10 Platform Preview Available for Developers
- Challenges Current CTOs Are Experiencing
- Visual Studio 2008 and .NET Framework 3.5 Training Kit
About


This comment originally written by:
In order to introduce Windows Communication Foundation (WCF) I’m starting a series of posts here. Most of the applications now requires to support the SOA architecture, means that the application should provide a service interfaces to be exposed to other
This comment originally written by:Maor David’s Blog
Windows Communication Foundation (WCF) has various built-in bindings. System-provided bindings are used
This comment originally written by:Maor David’s Blog
WCF brings all the formerly distinct and separate Microsoft connectivity technologies together under
This comment originally written by:Maor David’s Blog
1 2 3 4 5 6 7 8 9 10 static void Main( string [] args) { using (ChannelFactory<ICalculator> claculatorFactory