Hi What is COM+ / COM+ 1.5 and why do i need this? Why take the .NET Framework use of COM+ / COM+ 1.5 and not managed code? Many thanks in advance. bye graka
??? System.EnterpriseServices allows you to access COM+ using managed (.NET code). The idea behind Serviced Components is that the COM+ runtime provides you will a set of services. You would need it if you want: -Distributed transactions -Scalability -Role
based security
As dfoderick posted in his above message you can get advantage of transactions and the rolebase security in COM+!! [Actually now in .Net you will get those from Enterprise services]
But the .NET Framework supports security without COM+ (System.Security), codesecurity and role based security. And ADO.NET also supports transaction. So why COM+? bye graka
Yes ADO.Net supports Transactions and also all COM+ features now available in .Net. It's going to be lengthy discussion. But below link can help you understand more. If you have time then please see below link, it might help you! http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/entserv.asp
DISTRIBUTED transactions. 2pc = two phase commit. You need a transaction coordinator to monitor the transaction if it spans more than one machine. ado.net DOES NOT do this!!! I agree with role based security, you don't need com+, but if you are using it, it
does support it. The other reason for com+ is scalability with clustering and component load balancing.
grakaman
Participant
790 Points
160 Posts
why COM+
Aug 29, 2003 01:18 PM|LINK
dfoderick
Participant
815 Points
163 Posts
Re: why COM+
Aug 31, 2003 07:29 PM|LINK
grakaman
Participant
790 Points
160 Posts
Re: why COM+
Sep 01, 2003 06:07 AM|LINK
SreedharK
All-Star
18571 Points
3119 Posts
MVP
Re: why COM+
Sep 01, 2003 12:13 PM|LINK
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti
grakaman
Participant
790 Points
160 Posts
Re: why COM+
Sep 01, 2003 01:46 PM|LINK
SreedharK
All-Star
18571 Points
3119 Posts
MVP
Re: why COM+
Sep 01, 2003 03:19 PM|LINK
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti
dfoderick
Participant
815 Points
163 Posts
Re: why COM+
Sep 01, 2003 05:08 PM|LINK