.NET Remoting: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: isbn. | Use this bot. Report bugs. | Suggested by Whoop whoop pull up | #UCB_webform 1156/1877
Line 9:
| year=2001}}</ref> It is now superseded by [[Windows Communication Foundation]] (WCF), which is part of the [[.NET Framework 3.0]].
 
Like its family members and similar technologies such as [[Common Object Request Broker Architecture]] (CORBA) and [[Java Remote Method Invocation|Java's remote method invocation]] (RMI), .NET Remoting is complex, yet its essence is straightforward. With the assistance of operating system and network agents, a client process sends a message to a server process and receives a reply.<ref>{{cite book|title=Microsoft .NET Remoting|url=https://archive.org/details/microsoftnetremo0000mcle|url-access=registration|author=McLean|first=Scott|last2=Naftel|first2=James|last3=Kim|first3=Williams|publisher=Microsoft Press|year=2002|isbn=9780585476445 }}</ref><ref>{{cite book|title=Advanced .NET Remoting|url=https://archive.org/details/advancednetremot00ramm_0|url-access=registration|author=Rammer|first=Ingo|last2=Szpuszta|first2=Mario|publisher=Apress|year=2005|isbn=9781590594179 }}</ref>
 
==Overview==