Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Make it simple, robust and scalable
Florin Lazar - Consistency Checkpoint
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
clusters
cmd
COM+
comments
contact
DependentTransaction
Enterprise Services
exceptions
feedback
flow propagate transactions System.Transactions
forum
Indigo
Lightweight Transactions
Microsoft Windows
MSDTC
MSDTC Configuration
Orcas WCF WS-AT
PDC
Personal
phase0
Programming
promotable transactions
promotable transactions System.Transactions DTC Inbound Outbound
PSPE
Romania WCF
SQL 2000
System.Data
System.Transactions
TIP WS-AT
Transactional NTFS
Transactions
transactions compensation
TransactionScope
TransactionScope contract
using
News
[These postings are provided "AS IS" with no warranties, and confer no rights.]
Archives
September 2009 (1)
April 2009 (1)
November 2008 (1)
May 2008 (7)
March 2008 (1)
February 2008 (1)
January 2008 (1)
July 2007 (1)
May 2007 (1)
March 2007 (2)
February 2007 (2)
October 2006 (1)
April 2006 (1)
March 2006 (2)
January 2006 (2)
October 2005 (3)
September 2005 (5)
August 2005 (2)
May 2005 (4)
April 2005 (7)
March 2005 (1)
February 2005 (3)
December 2004 (1)
November 2004 (2)
October 2004 (3)
September 2004 (1)
July 2004 (4)
June 2004 (1)
May 2004 (1)
March 2004 (2)
February 2004 (4)
January 2004 (2)
December 2003 (11)
Links
MSDN Developer Guide for System.Transactions
Microsoft Distributed Transaction Coordinator docs
Jim Johnson's Blog
Transactions Home Page on Microsoft.com
Transactions Programming Forum
MSDN Wiki
Windows Communication Foundation
WCF Transactions
July 2004 - Posts
Saturday, July 24, 2004 1:49 AM
Using distributed transactions in .Net 1.x without deriving from ServicedComponent
The most used feature of System.EnterpriseServices or COM+ is the distributed transaction support. And the automatic transaction programming model in ES using attributes ([Transaction] and [AutoComplete]) is great and nice but (it is always a but!)...
Posted by
florinlazar
|
19 Comments
Filed under:
Enterprise Services
,
Transactions
,
COM+
Friday, July 23, 2004 12:35 AM
Transactions made easy: System.Transactions
Currently in .Net Framework (v1.0 and v1.1) the support for transactions is offered by System.EnterpriseServices and by the System.Data.IDbTransaction, implemented by one of your favorite data provider (see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconprocessingtransactions.asp?frame=true
Posted by
florinlazar
|
36 Comments
Filed under:
Transactions
,
System.Transactions
Monday, July 19, 2004 6:13 PM
On the Road to Indigo
Richard Turner takes us on the road to Indigo: http://blogs.msdn.com/richturner666/ . You'll find there Q&A about Indigo, guidelines on writing your apps today to be prepared for an easy migration to Indigo tomorrow and a lot more.
Posted by
florinlazar
|
1 Comments
Filed under:
Indigo
Monday, July 19, 2004 6:04 PM
.NET Enterprise Services Performance
Compare the performance of native COM+ and .Net Enterprise Services components and read some guidelines on how to get your EnterpriseServices to run faster at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncomser/html/entsvcperf.asp?frame=tru
Posted by
florinlazar
|
0 Comments
Filed under:
Enterprise Services
,
Transactions
,
COM+