Course Information
Course Overview
Learn how to develop services using WCF and Web APIs.
******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
Course Content
- 24 section(s)
- 83 lecture(s)
- Section 1 Get Started With WCF
- Section 2 Hosting On IIS And Using WCF Service
- Section 3 Necessity Of WCF
- Section 4 End Points
- Section 5 Hosting Options - Self Host
- Section 6 Mex EndPoints
- Section 7 Hosting Options - Windows Service Host
- Section 8 Hosting Options - WAS
- Section 9 Binding
- Section 10 Service & Operation Contracts
- Section 11 Data and Fault Contracts
- Section 12 Sessions And Instance Management
- Section 13 Message Exchange Patterns
- Section 14 Transactions In WCF
- Section 15 Security In WCF
- Section 16 Windows Based Security In WCF
- Section 17 Web Based Security In WCF (Username)
- Section 18 Introduction To Web APIs
- Section 19 Implementing And Consuming First Web API
- Section 20 CRUD Operations With Entity Framework
- Section 21 Enhancing CRUD Operations
- Section 22 IHttpActionResult, Action Filters And Routing
- Section 23 Exception Handling
- Section 24 Security In Web API
What You’ll Learn
- Getting started with WCF Services, Creating services, Hosting services, Consuming services
Skills covered in this course
Reviews
-
AAishwarya Nanotkar
NO
-
MMark Coats
So far so good.
-
RRahul Singh
informative.
-
SSanjay Nigam
good information about wcf