Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it worth to learn COM?

Tags:

.net

com

umdf

I am thinking to learn COM.But I heard that Microsoft launched .NET as an alternative to COM. So is it worth to learn COM? actually I started learning COM for UMDF device driver. Is there any alternate way to work on UMDF except COM?

like image 433
Rushikesh Talokar Avatar asked Aug 14 '10 13:08

Rushikesh Talokar


1 Answers

COM is old, tedious and frustrating. I don't think anyone has ever enjoyed working with COM. So generally, I'd recommend against learning it unless you have a really compelling reason. If there is a COM library out there that you need to use, I'd instead learn how to use it through COM interop, which enables you to work with COM from .NET.

like image 55
Matt Greer Avatar answered Nov 15 '22 07:11

Matt Greer