You are currently not signed in. Please sign in to access subscriber-only content.
Currently using: {{getCurrentPlayerName()}} [Change]
| expand all | collapse all | Progress | Duration | |
|---|---|---|---|
Introducing WCF |
|
00:56:05 | |
|
Overview
|
|
01:19 | |
|
Microsoft connected systems
|
|
04:35 | |
|
The move towards services
|
|
02:20 | |
|
Service design philosophies
|
|
01:32 | |
|
SOAP-based services
|
|
03:12 | |
|
RESTful services
|
|
03:08 | |
|
Service-orientation and SOA
|
|
01:54 | |
|
Microsoft's first attempts
|
|
02:28 | |
|
The ideal communication framework
|
|
02:44 | |
|
Introducing WCF
|
|
04:38 | |
|
Demo: Writing a simple WCF service
|
|
09:06 | |
|
Services and endpoints
|
|
02:35 | |
|
Built-in bindings
|
|
02:41 | |
|
Consuming services with WCF
|
|
02:06 | |
|
Demo: Writing a simple WCF client
|
|
05:23 | |
|
Some common WCF questions
|
|
05:51 | |
|
Summary
|
|
00:33 | |
Designing SOAP Services |
|
00:49:18 | |
|
Introduction
|
|
01:24 | |
|
SOAP Service Design Styles
|
|
03:01 | |
|
Understanding the WS-* Stack
|
|
12:25 | |
|
Demo: WS-Security and WS-Reliable Messaging Choreography
|
|
03:58 | |
|
Exposing Control Interfaces over SOAP
|
|
01:58 | |
|
Demo: Creating a control interface
|
|
03:04 | |
|
Creating Fast SOAP Services
|
|
05:28 | |
|
Demo: Quickly sending and receiving messages
|
|
06:11 | |
|
SOAP Service Interoperability
|
|
04:37 | |
|
Demo: Creating and consuming an interoperable service
|
|
04:51 | |
|
Summary
|
|
02:21 | |
Designing REST Services |
|
00:54:22 | |
|
Introduction
|
|
01:07 | |
|
Service Design Styles
|
|
01:28 | |
|
Understanding REST
|
|
11:03 | |
|
Mapping HTTP Methods to WCF Contracts
|
|
02:51 | |
|
Demo: Creating a RESTful Contract
|
|
09:42 | |
|
Resource Oriented Architecture
|
|
06:00 | |
|
Enabling JSON Integration
|
|
01:03 | |
|
Demo: Using JavaScript with WCF
|
|
04:18 | |
|
Syndication
|
|
02:54 | |
|
Demo: Sending and parsing RSS
|
|
03:31 | |
|
OData
|
|
03:58 | |
|
Demo: Creating an OData Service
|
|
05:38 | |
|
Summary
|
|
00:49 | |
Versioning |
|
00:39:50 | |
|
Introduction
|
|
01:00 | |
|
Versioning basics
|
|
04:32 | |
|
Versioning Data
|
|
07:35 | |
|
Demo: Constructing a versioning layer
|
|
05:21 | |
|
Versioning SOAP Endpoints
|
|
04:26 | |
|
Demo: Versioning a SOAP Endpoint
|
|
01:54 | |
|
Versioning REST Endpoints
|
|
04:42 | |
|
Demo: Versioning a REST Endpoint
|
|
03:34 | |
|
Supporting a Version Change
|
|
04:13 | |
|
Summary
|
|
02:33 | |
Serialization |
|
00:44:11 | |
|
Overview
|
|
00:50 | |
|
Introduction to Serialization
|
|
03:15 | |
|
Serialization Infrastructure
|
|
02:55 | |
|
Demo: Default Serialization Behavior
|
|
04:04 | |
|
System.Runtime.Serialization Attributes
|
|
04:27 | |
|
Demo: Using System.Runtime.Serialization Attributes
|
|
04:47 | |
|
Polymorphism and DataContracts
|
|
01:37 | |
|
Demo: Using KnownType
|
|
05:24 | |
|
XML, MTOM, and Binary Serialization
|
|
01:29 | |
|
Demo: XML, MTOM, and Binary Serialization
|
|
05:50 | |
|
How XML Binary Serialization Works
|
|
01:13 | |
|
Demo: Reducing the size of binary XML
|
|
04:27 | |
|
Using JSON for Serialization
|
|
02:09 | |
|
Demo: Using DataContractJsonSerializer
|
|
01:04 | |
|
Summary
|
|
00:40 |
Introducing WCF