Chapter 2. Windows Communication Foundation Primer
Good communication is as stimulating as black coffee, and just as hard to sleep after.
--Anne Morrow Lindbergh
Windows Communication Foundation (WCF) is a critical part of the Microsoft services strategy and a key part of BizTalk Server 2013 platform. WCF is a rich and expansive topic, so this chapter will only focus on the key aspects of WCF, which prepares us for its usage in later chapters.
In this chapter, you will learn:
- What WCF is and why it matters
- How to construct and configure new WCF services
- Service hosting options
- How to call a WCF service from a client application
推薦閱讀
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- 算法基礎(chǔ):打開程序設(shè)計(jì)之門
- Web程序設(shè)計(jì)(第二版)
- R大數(shù)據(jù)分析實(shí)用指南
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- C語言程序設(shè)計(jì)
- 深入分布式緩存:從原理到實(shí)踐
- 零基礎(chǔ)學(xué)C語言程序設(shè)計(jì)
- 零基礎(chǔ)學(xué)C++(升級(jí)版)
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫(kù)
- Mastering Apache Camel
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Android初級(jí)應(yīng)用開發(fā)
- JavaWeb從入門到精通(視頻實(shí)戰(zhàn)版)
- 你好!Python