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:

  1. What is service ABC? Basic client/Server application.

Similar Posts:

Tags: ,



4 Comments to “WCF Articles”

  1. Maor David-Pur | June 22nd, 2009 at 23:19

    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

  2. Maor David-Pur | June 22nd, 2009 at 23:19

    This comment originally written by:Maor David’s Blog
    Windows Communication Foundation (WCF) has various built-in bindings. System-provided bindings are used

  3. Maor David-Pur | June 22nd, 2009 at 23:19

    This comment originally written by:Maor David’s Blog
    WCF brings all the formerly distinct and separate Microsoft connectivity technologies together under

  4. Maor David-Pur | June 22nd, 2009 at 23:19

    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

Leave a Comment