- WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
- Mike Liu
- 119字
- 2021-08-05 17:32:43
Chapter 1. Implementing a Basic HelloWorld WCF Service
Windows Communication Foundation (WCF) is Microsoft's unified programming model to build service-oriented applications. It is built on Microsoft's .NET framework and unifies a broad array of distributed systems capabilities in a composable, extensible architecture that supports multiple transports, messaging patterns, encodings, network topologies, and hosting models.
In this chapter, we will first learn basic WCF concepts and then implement a simple WCF service from scratch. We will build a HelloWorld WCF service by carrying out the following steps:
- Creating the solution and project
- Defining the WCF service contract interface
- Implementing the WCF service
- Hosting the WCF service in IIS Express
- Creating a client application to consume the WCF service
推薦閱讀
- Flask Web全棧開發(fā)實戰(zhàn)
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- Vue.js快速入門與深入實戰(zhàn)
- Python從入門到精通(精粹版)
- React.js Essentials
- Web全棧工程師的自我修養(yǎng)
- Python數(shù)據(jù)挖掘與機器學(xué)習(xí)實戰(zhàn)
- Python數(shù)據(jù)分析從0到1
- Mastering JBoss Enterprise Application Platform 7
- Python忍者秘籍
- 區(qū)塊鏈底層設(shè)計Java實戰(zhàn)
- Django Design Patterns and Best Practices
- 你真的會寫代碼嗎
- 你必須知道的.NET(第2版)
- micro:bit軟件指南