Explain transaction atomicity?
Atomicity (database systems) is a property of database
transactions which are guaranteed to either completely
occur, or have no effects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of com component in .net?
Does .net replace com?
What happens when client calls CoCreateInstance?
Can I use .net components from com programs?
How do we create dcom object in vb6?
What is the difference between aggregated and contained objects?
Once I have developed the com wrapper do I have to still register the com in registry?
Differentiate normal DLL to COM DLL
What are queued components?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
Can I use com components from .net programs?
Which namespace do the classes, allowing you to support COM functionality, are located?