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 COM objects
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Hemant Solanki (1)
Ajay Yadav (1)
Prashant Tailor (1)
Christopher Hall (1)
Prashant Bansal (1)
Caonabo Ruiz (1)
G Gnana Arun Ganesh (1)
Related resources for COM objects
No resource found
Learn about Garbage Collector in .NET
9/23/2024 9:23:17 AM.
This article discusses the .NET Garbage Collector and its role in memory management, distinguishing between managed and unmanaged resources. It highlights the limitations of using Objects. Finalize fo
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
COM Interoperability Part 1: Using COM Components in .NET Framework
2/6/2024 11:08:45 AM.
In this article, we review the concepts & walk through an example that demonstrates COM interoperability in the .NET framework. Learn about the Component Object Model (COM) and the Runtime Callabl
Using Microsoft Agent With C#
9/20/2023 6:37:49 AM.
This article explains how to include MS Agent into an simple Windows Form based application using C#.
SharePoint Best Practices - COM Objects Disposal
5/30/2017 12:52:25 PM.
In this article, we will look for the best practices used for disposing SharePoint COM Component used from managed code.
Leveraging Base Classes in VB.NET
11/10/2012 2:47:58 AM.
This article shows you how to leverage the power of VB.Net Financial base class library using C#. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries.
Language Independence from COM to .NET
9/30/2012 4:42:44 AM.
This article covers the subject regarding Language Independence. This term Language Independent means one can create an application using various languages. This Language independent starts from past COM (OLE & ActiveX) to present .Net.Let us see in detail.