Linux Systems Administrator
Jupitermedia
US-AZ-Tucson

Justtechjobs.com Post A Job | Post A Resume

Using .NET Assembly (Interoperability with COM) in PHP
Introduction
The .NET Framework is a new computing platform that simplifies application development in the highly distributed environment of the Internet. The .NET Framework is designed to provide a consistent object-oriented programming environment, a code-execution environment that minimizes software deployment and versioning conflicts, which guarantees safe execution of code and to build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code.
An assembly is the primary building block of a .NET Framework application. It is a collection of functionality that is built, versioned, and deployed as a single implementation unit containing one or more files. Each assembly contains an assembly manifest.
The Component Object Model (COM) allows an object to expose its functionality to other components and to host applications. Interoperability with COM, or COM interop allows you to create a COM wrapper around the .NET components, which makes Windows look at them as COM objects and thus makes it available to all the calling COM applications.
PHP has built in functionality which uses COM objects, using the COM interop feature of .NET we shall create a wrapper around the .NET assembly and use it in PHP (in fact you could use the same steps to use .NET assembly for VB6 or any other COM applications)
This article assumes that you have fair knowledge of .NET framework, PHP and COM also you have Visual Studio .NET, PHP and IIS installed and working properly.
[ Next Page ]


Comments:
How to Distribute the final TLB file to PC'sRajeev12/16/04 08:13
RE: So What ?Spiff02/03/04 14:18
RE: What about linux platform?Joao Paulo M. Fischer12/10/02 23:47
RE: What about linux platform?Jason11/11/02 08:42
RE: So What ?James Moore11/07/02 15:00
What about linux platform?sreekumar menon11/07/02 04:55
So What ?Sacnar "Delifisek" Saran11/06/02 11:26
Very practical and simpleSpencer Müller Diniz11/06/02 07:15
 

If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.