Answer Posted / tdotnet
Processes are independent execution units that contain
their own state information, use their own address spaces,
and only interact with each other via interprocess
communication mechanisms (generally managed by the
operating system).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define remotable objects in .net remoting?
What is the purpose of strong name?
What is unmanaged code?
Which one is better WebService and Remoting ?
Write a example code for remoting?
How can you configure a .net remoting object via xml file?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are static assemblies and dynamic assemblies?
How to directly call a native function exported from a dll?
Define delegates and events?
Elaborate the term WebService and how it differ from Remoting?
How can we call methods in remoting asynchronously?
what is Client-activated object in remoting?
Explain when we use web service and when we use remoting?
What are dynamic assemblies?