Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.29 KB

transactions-in-wcf.md

File metadata and controls

36 lines (25 loc) · 1.29 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Transactions in WCF
Transactions in WCF
03/30/2017
WCF, using transactions
Windows Communication Foundation, using transactions
1e8d04dd-b7cf-41e7-8560-54b4381beb0f

Transactions in WCF

The Windows Communication Foundation (WCF) transactions feature allows several components to concurrently participate in a data operation. The topics in this section examine the feature in detail.

In This Section

Windows Communication Foundation Transactions Overview
An overview of the transactions feature provided by WCF.

Transaction Models
Compares various transaction programming models provided by Microsoft.

Using WS-AtomicTransaction
Describes WS-AtomicTransaction (WS-AT), an interoperable transaction propagation protocol that is implemented in WCF.

Transactional Support in System.ServiceModel
Describes the transactional functionalities provided by WCF.

Reference

Related Sections

Basic WCF Programming

See also