Friday 12 April 2013

What is Remoting in .Net


              It was a technology from Microsoft for developing distributed applications replacing traditional DCOM available under COM.
v                         All the distributed technologies speak about the same i.e consuming of libraries present on remote machines. In .net libraries were implemented as Assemblies, where we can consume an assembly residing on local machine by adding its reference. We can now consume Assemblies residing on remote machines also using Remoting.
Developing a Remoting Application : To develop a remoting application first we need to understand various things regarding the process of communication.

No comments:

Post a Comment