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 launched of the
same application (5 copies of Word running), but 1 process
can run just 1 application.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain how does assembly versioning in .net prevent dll hell?
What are dynamic assemblies?
Write a example code for remoting?
Define a process?
Elaborate the term WebService and how it differ from Remoting?
What is unmanaged code?
What are the security measures exist for .net remoting in system.runtime.remoting?
What are the types of remotable objects?
What are the steps to publish an object outside the service domain
Define singlecall activation mode in .net remoting?
What is the proxy of the server object in .net remoting?
What are the threading types?
What are the different types of channels used by .net remoting?
Will clr handle unmanaged code or not?
Difference between web services & remoting?