Interview Questions

Are COM objects managed or unmanaged?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

Are COM objects managed or unmanaged?

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.

(Continued on next question...)

Other Interview Questions