COM Interoperability in .NET: Part 2

Publisher: C-Sharpcorner Date added: 05 November, 2007
License: Freeware

The main highlight of this tutorial is about the usage of classic COM components in .NET code and .NET components in classic COM components. The author starts with the process of writing and compiling the managed code and then creating a type library

Advertisements
   

Description:

The main highlight of this tutorial is about the usage of classic COM components in .NET code and .NET components in classic COM components. The author starts with the process of writing and compiling the managed code and then creating a type library. The assembly is registered and then installed which is demonstrated. Author's description about writing and compiling the unmanaged code is more helpful for the users to understand easily.

Related Scripts

Creating a Data Access Layer in .NET -Part 2 is an article through which you can know about the Data Handler classes that has Connection, Command and DataAdapter objects. This article also gives you a brief explanation about configuring the DataAdapt

All You Need to Know about ADO.NET: Part 2/2 is an article which gives you a brief explanation about the various ADO.NET objects such as Command object, DataReader object etc., This tutorial shows you how to perform delete, add and update operations

Creating a Data Access Layer in .NET -Part 1 is an article that describes you about how to create a Data Access Layer (DAL) in ADO.NET using the latest whiz-bang tools in Visual Studio. In this article the author also discusses about various informat

Cryptography in .NET (part 1) is a web based tutorial in which the author details about symmetric algorithm, which helps in securing the users password. Here the author offers characteristics of symmetric based encryption and the method of creating e

Jumping into ASP.NET Part 2: Creating the Data Storage Layer with SQL Server 2000 is an useful article for the beginners. This article shows how to create a data base and data storage. Data storage layer creation has been done using SQL Server 2000,

Using Forms Authentication in ASP.NET - Part 2 is an ASP.NET tutorial in which author discusses about the method of constructing form authentication for validating the visitors username and the password. Here the author explains each and every elemen

Working with MS Access Stored Procedures in VB.NET. Part 2 is a tutorial which helps you to learn about how to use the stored procedure that has been created in Access database using the database tier. The database tier is to provide a gateway to the

This tutorial explains about .NET types calling DLLs. The co-existance of classic COM and .NET framework is possible through .NET. The author shows how Classic COM could serve in the .NET. This article is useful for the beginners to update the knowle

This is an online article which gives more details to the users about how Classic COM and the .NET framework can coexist in a same application. The main summary focusses about how Classic COM could be used in the .NET. The article clearly explains th

All You Need To Know About ADO.NET: Part 1/2 is an article which discusses about the database access methods. In this the author gives you some information about the RDO, ADO and ADO.NET mechanism which is used for retrieving data. ADO.NET is provide