Is it true that COM objects no longer need to be registered on the server?



Is it true that COM objects no longer need to be registered on the server?..

Answer / Dushyant Kumar Sharma

The IDisposable interface in C# is used to release unmanaged resources, such as file handles or network sockets, when an object is no longer needed. The Dispose() method should be called explicitly to free these resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

Is com+ dead?

1 Answers  


Define security?

1 Answers  


What is durability?

1 Answers  


Explain consistency?

2 Answers  


Explain transaction atomicity?

2 Answers  


Explain integrity ?

1 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them ?

3 Answers  


What is security?

1 Answers  


What is jit activation?

1 Answers  


What is availability?

1 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


How does you handle this COM components developed in other programming languages in .NET?

1 Answers  


Categories