Tamer_Ahmed Posted June 15, 2004 Posted June 15, 2004 well i'm doing good with components and .net remoting and windows services but i don't know what is COM+ and i don't know any thing about so how can i start learning it is there a good books or specific links in msdn help me coz com+ it doesn't look nice Quote
Administrators PlausiblyDamp Posted June 15, 2004 Administrators Posted June 15, 2004 COM+ is COM with extensions - it is an evolution of COM / DCOM and also Microsoft Transaction Server. It provides a middleware hosting framework with support for state management, connection pooling, security etc. Some of it's features are now a bit redundant as they have been superceded by Web Services / remoting but things like transaction control are still useful. Under .Net you are probably best investigating the System.EnterpriseServices namespace as this is where most (all?) of the COM+ support is found. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.