wcf教程

WCF Tutorial

WCF stands for Windows Communication Foundation. It is a framework for building, configuring, and deploying network-distributed services. Earlier known as Indigo, it enables hosting services in any type of operating system process.

This tutorial explains the fundamentals of WCF and is conveniently divided into various sections. Every section of this tutorial has adequate number of examples to explain different concepts of WCF.

network-distributed services.网络分布式服务

fundamental基本原理

adequate 充足的;适当的;胜任的

hosting services 宿主服务

web host service网站托管服务

Audience

The objective of this tutorial is to help those readers who want to learn the basics of WCF from scratch. After completing this tutorial, the readers will acquire sufficient knowledge on WCF and advance to a higher level of expertise.

audience观众;听众;读者;接见

objective目的;目标;[光] 物镜;宾格

from scratch 白手起家;从头做起

sufficient 足够的;充分的

expertise专门知识;专门技术;专家的意见

Prerequisites

Before proceeding with this tutorial, you should have a basic knowledge of the .NET framework.

prerequisite先决条件

proceed开始;继续进行;发生;行进

上一篇:BeanUtils.copyProperties VS PropertyUtils.copyProperties


下一篇:numpy中线性代数用法