Explain JIT activation?
Answer / vijayan
JIT means just-in-time activation on/off.
JIT activation defaults to off for components which are
configured in COM+, but is enabled automatically if
automatic transactions are requested.
Syntax:
class JustInTimeActivationAttribute sealed : public
Attribute
| Is This Answer Correct ? | 4 Yes | 1 No |
how do you know it is general dll or com dll
Differentiate normal DLL to COM DLL
What are the purposes of AddRef, Release and QueryInterface functions
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
how you call a dll as a COM dll.
what is oops
Which namespace do the classes, allowing you to support COM functionality, are located?
What is In-proc?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
Is dcom dead?
What happens when client calls CoCreateInstance?
Does .net replace com?