I am a newbie in .NET, I am trying to implement Database access components
which need to handle transaction management and concurrency control. I have
been seeing that the COM+ provides functionalities on transaction
management, but is the difference between the COM+ transactions and the
transactions in ADO.NET? And which one should i use to get a better
performance or which one is simpler to implement?

COM+ vs ADO.NET by Ravikanth[MVP]

Ravikanth[MVP]
Tue Sep 16 07:19:54 CDT 2003

Hi

Please look into the following msdn article.
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/dnentsrv/html/NETEnterpriseandCOMplus.asp

Ravikanth[MVP]


>-----Original Message-----
>I am a newbie in .NET, I am trying to implement
Database access components
>which need to handle transaction management and
concurrency control. I have
>been seeing that the COM+ provides functionalities on
transaction
>management, but is the difference between the COM+
transactions and the
>transactions in ADO.NET? And which one should i use to
get a better
>performance or which one is simpler to implement?
>
>
>.
>