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
Explain serialization formatters in .net remoting
What are the threading types?
Explain how does assembly versioning in .net prevent dll hell?
When do we use delegates in your remoting applications?
What is the purpose of strong name?
What is the difference between remoting and webservice?
How to decide which to use .net remoting or asp.net web services?
what is Client-activated object in remoting?
Define remotable objects in .net remoting?
What are the steps to publish an object outside the service domain
How can you configure a .net remoting object via xml file?
What is fundamental of published or precreated objects in remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the difference between static assemblies and dynamic assemblies?
How can we call methods in remoting asynchronously?