Explain what is the relationship between a Process,
Application Domain, and Application?
Answer Posted / swapna
A process is an instance of a running application.
An application is an executable on the hard drive or
network.
There can be numerous processes of the same application but
1 process can run just 1 application
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do you directly call a native function exported from a DLL?
What is Remoting?
Define a process?
Name the distributed systems available apart from .net remoting?
Elaborate the term WebService and how it differ from Remoting?
What are the remotable objects in .net remoting?
When do we use delegates in your remoting applications?
What are static assemblies and dynamic assemblies. Differences between them?
Explain marshalling and its types in .net remoting
Explain threading types?
What are the difference between static assemblies and dynamic assemblies?
Are you aware of containment and Aggregation ?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can you explain remoting?
Is it a good design practice to distribute the implementation to remoting client?