Com+ in .NET

  • Thread starter Thread starter Gas
  • Start date Start date
G

Gas

Hi all,

I am a .NET newbie, some people told me that with .NET, COM+ is not worth
anymore,
Is that correct?.
I want some comment on this?

thanks

Gas
 
Gas,

That is absolutely NOT TRUE. Look at the System.EnterpriseServices
namespace, as it is what you would use to create components that take
advantage of COM+.

Also, it's been stated that Enterprise Services will be the preferred
pathway to Indgo, the messaging/services infrastructure that Microsoft is
currently cooking up.

Hope this helps.
 
if you want transactional components, object pooling queued components with
out implementing any infrastructure yourself then you should definitely have
a look at EnterpriseServices (COM+)

Ollie Riches
 
Back
Top