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
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are dynamic assemblies?
What are the advantage of remoting over web services?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What are the types of remotable objects?
Define delegates and events?
Can we configure a .net remoting object via xml file?
Difference between web services & remoting?
How to directly call a native function exported from a dll?
Define proxy in .net remoting?
what is Client-activated object in remoting?
What does manifest consists?
Explain how to directly call a native function exported from a dll?
Difference between .net remoting versus distributed com?
What are the security measures exist for .net remoting in system.runtime.remoting?