- 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
推薦閱讀
- Django+Vue.js商城項目實戰
- Learn TypeScript 3 by Building Web Applications
- 計算思維與算法入門
- Selenium Design Patterns and Best Practices
- FFmpeg入門詳解:音視頻原理及應用
- 基于Swift語言的iOS App 商業實戰教程
- Scientific Computing with Scala
- Getting Started with Laravel 4
- 劍指Java:核心原理與應用實踐
- Multithreading in C# 5.0 Cookbook
- 學習OpenCV 4:基于Python的算法實戰
- Swift 4從零到精通iOS開發
- Go語言底層原理剖析
- 算法圖解
- 深入實踐DDD:以DSL驅動復雜軟件開發