Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / COM+

COM+

COM+

Great Reads

by tomcat1
Call a .NET COM+ Interop component with Classic ASP.
by hadhmy
Implementation of .NET COM+ Transactions
by Bismark Appah
.NET Runtime Library for Delphi
by Aric Wang
The article will give you an idea on how to design a source filter.The source filter creates samples and outputs it from its output pin.

Latest Articles

by tomcat1
Call a .NET COM+ Interop component with Classic ASP.
by hadhmy
Implementation of .NET COM+ Transactions
by Bismark Appah
.NET Runtime Library for Delphi
by Aric Wang
The article will give you an idea on how to design a source filter.The source filter creates samples and outputs it from its output pin.

All Articles

Sort by Score

COM+ 

by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...