TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About .NET Interop
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (2)
Ajay Yadav (1)
Dave (1)
Abhishek Goswami (1)
Abhishek Yadav (1)
Related resources for .NET Interop
No resource found
COM in .NET
5/1/2024 11:39:57 AM.
COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
The Basics of .NET Framework Interoperability
1/6/2021 10:18:52 AM.
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called th
A Generic Library For Accessing and Creating Microsoft Project Plan File
1/1/2021 5:41:29 AM.
Here you will learn about a generic library for accessing and creating Microsoft Project Plan files.
How to create a COM object using VS 2008 and consume it from VB 6.0 client application: Part II
9/4/2014 5:09:03 AM.
In this article, we will see how to create a simple COM application in Visual Studio 2008 and how to consume it from a VB6 client application.
Cross-Language Interoperability in .NET Framework
7/2/2014 7:35:04 PM.
This article shows how to create a Class Library file in C# (in other words a DLL file) and will use that DLL file in a Visual Basic application.
Create DCOM application from within .Net environment: Part V
11/7/2008 5:12:52 AM.
This article explains how to develop a DCOM (Distributed Component Model) application.