ABC of an EndPoint in WCF

Objective:

This article is targeted to beginners in WCF. This is a absolute theoretical article.

  1. It will explain all theoretical concept of an EndPoint in WCF.
  2. It will explain Address in WCF
  3. It will explain Binding and where, which binding should be used.
  4. It will explain Contract.

ABC of Endpoint in WCF

The three elements constitute an endpoint starts with letters that makeup a mnemonic phrase

"ABC of Endpoints"


See full detail: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/abcendpoint07032009055909AM/abcendpoint.aspx

Comments

Popular posts from this blog

Very fast test data generation using exponential INSERT

Basic concept and fundamentals of ASP.NET MVC (Model View Controller) Architecture

MVC Architecture Model In ASP.NET