Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn WCF And Web APIs From Scratch
Rating: 4.4 out of 5(3,737 ratings)
16,068 students

Learn WCF And Web APIs From Scratch

Learn how to develop services using WCF and Web APIs.
Created byManzoor Ahmed
Last updated 7/2016
English
English [Auto],Italian [Auto],

What you'll learn

  • Getting started with WCF Services
  • Creating services
  • Hosting services
  • Consuming services

Course content

24 sections83 lectures10h 26m total length
  • WCF Services8:40

    Discover how to create a simple WCF service, host it in IIS, and consume it through a client, using a service contract and operation contract.

  • Passing Various Kinds Of Parameters7:43

    Learn to define and implement service contracts. Pass various parameters, including strings and arrays, and see get message, get result, get max, and get sorted.

  • Passing Objects As Parameters5:43

    Learn to pass a student object as a parameter in WCF and Web API, using data contract and data member attributes for serialization, and identify top student by average marks.

  • Getting Data From Sql Server4:17

    Develop a WCF service that exposes an operation to get all countries from a SQL Server database, returning a list of country id and country name.

Requirements

  • MS SQL Server express
  • VS2012 express or higher

Description

******Updated on Feb 2016********

WCF

It is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data.


Web APIs

A server-side web API is a programmatic interface to a defined request-response message system, typically expressed in JSON or XML, which is exposed via the web—most commonly by means of an HTTP-based web server

Who this course is for:

  • .Net Developers
  • Anyone who has good understanding of C# programming language