Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > Visual Studio.Net > COM Interoperability


Search:
What's New - What's Hot
System.Messaging Performance     
Total Hits: 32  |  Today: 0Author: Ingo Rammer      Rating:  
Read Reviews | Write Review |  Your Rating: 

Investigate the performance characteristics of .NET System.Messaging compared to the native MSMQ COM API for different messaging patterns and requirements. Get guidelines on how to create a high-performance messaging application....

Walkthrough: Creating a Message Queue Transaction with COM+ Services     
Total Hits: 70  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

This walkthrough creates a transaction supported by COM+ Services by using the ServicedComponent class. The walkthrough creates two transactional queues and moves data between them in a transaction hosted by Enterprise Services (COM+ Services). For an overview of Enterprise Services see Writing Serviced Components. The first step in using a COM+ transaction service is to create a class that derives from the ServicedComponent class, found in the System.EnterpriseServices namespace. The ServicedCo...

Microsoft .NET and Windows XP COM+ Integration with SOAP     
Total Hits: 35  |  Today: 0Author: Scott Seely      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft® Windows XP and Microsoft .NET are introducing a lot of great new features for the Windows platform. In this article, we explore one of them: the ability to expose existing COM+ applications over SOAP. To show how this works, we came up with the following scenario: On a Windows XP system that has Internet Information Services (IIS) installed, a COM+ application is running that allows a user to access the photos stored in the \\My Photos directory. To take advantage of SOAP integration,...

Beyond (COM) Add Reference: Has Anyone Seen the Bridge?     
Total Hits: 51  |  Today: 0Author: Sam Gentile      Rating:  
Read Reviews | Write Review |  Your Rating: 

Interop is a wonderfully useful and necessary technology in the .NET Framework. Why? Quite frankly, there are literally billions of lines of existing COM code in use today by many corporations. While these corporations are aware of the many benefits of managed code, they fully expect to leverage their sizable existing investments in COM without rewriting all their applications from scratch. The good news is the common language runtime (CLR) includes COM Interop to utilize this functionality from...

The ISV Guide for Redistributing the .NET Framework and Other Runtime Components     
Total Hits: 43  |  Today: 0Author: Barak Cohen      Rating:  
Read Reviews | Write Review |  Your Rating: 

Managed applications and controls written with Visual Studio require the .NET Framework (and sometimes other runtime components) to be installed on the computer where the application or control runs. This article describes how ISVs can deploy the necessary runtime components with their applications. The Microsoft .NET Framework, along with other runtime components (like the Visual J# runtime or the Microsoft .NET Framework language packs), are available for download from the Microsoft Download C...

COM+ in .NET     
Total Hits: 169  |  Today: 0Author: CodeGuru      Rating:  
Read Reviews | Write Review |  Your Rating: 

this article explains the step-by-step procedure to develop and use COM+ components in the .NET environment and about "Component Services Explorer."...

Calling COM Components from .NET     
Total Hits: 45  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Move from COM development to .NET development without any loss of codebase or productivity and explore the details of calling COM servers from .NET clients. In this document, you'll learn the details of calling COM servers from .NET clients....

Understanding Enterprise Services (COM+) in .NET     
Total Hits: 33  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

COM provides one way to write component-based applications. It is well known that the plumbing work required to write COM components is significant and repetitive. COM+ is not so much about a new version of COM; rather, COM+ provides a services infrastructure for components. Components are built and then installed in COM+ applications in order to build scalable server applications that achieve high throughput with ease of deployment....

COM Interoperability in .NET Part 1     
Total Hits: 182  |  Today: 0Author: G.Gnana Arun Ganesh      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains the interoperability between the new .NET technologies, and how to use old Win32 API calls in your .NET applications....

COM Interoperability in .NET Part 2     
Total Hits: 204  |  Today: 0Author: G.Gnana Arun Ganesh      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). It looks up numerous information such as CLSIDs, IIDs, ProgIDs etc....


1  2  3  4  5  6  


Disclaimer - Privacy
© 2002-2012 DevASP.net