Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Are COM objects managed or unmanaged?
Are COM objects managed or unmanaged?
✍: Guest
Since COM objects were written before .NET, apparently they are unmanaged.
Any code not written in the Microsoft .NET framework environment is UNMANAGED. So naturally COM+ is unmanaged because it is written in Visual Basic 6.
2014-12-02, 2535👍, 0💬
Popular Posts:
How do you open an SSH connection to a remote box? ????
What Is Paint Shop Pro? - PSP Tutorials - Fading Images to Background Colors with PSP Paint Shop Pro...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
In below sample code if we create a object of class2 which constructor will fire first? Public Class...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...