Welcome to MSDN Blogs Sign in | Join | Help

July 2004 - Posts

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!)...

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

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:

.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
 
Page view tracker