.NET Remoting: Difference between revisions

Content deleted Content added
Importing Wikidata short description: "Microsoft application programming interface" (Shortdesc helper)
Formatting author fields in 2 references
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|author=Scott McLean, |first=Scott|last2=Naftel|first2=James Naftel and |last3=Kim |first3=Williams | titlepublisher=Microsoft .NET Remoting Press| year = 2002 | publisherisbn=|___location=|pages=Microsoft Press }}</ref><ref>{{cite book | author=Ingo Rammer and Mario Szpuszta | title=Advanced .NET Remoting | author=Rammer|first=Ingo|last2=Szpuszta|first2=Mario|publisher=Apress | year=2005 |isbn=|___location=|pages=}}</ref>
 
==Overview==