Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

C'est quoi le .NET Remoting ?

2 réponses
Avatar
blande_2010
j'aimerai bien savoir l'archutecture du .NET Remoting (2-tiers, 3-tiers) ?

2 réponses

Avatar
Christian ASTOR
blande a écrit:

j'aimerai bien savoir l'archutecture du .NET Remoting (2-tiers, 3-tiers) ?



Tape .NET Remoting ds MSDN...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/introremoting.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/hawkremoting.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dotnetremotearch.asp
...
Avatar
Arnaud Debaene
blande wrote:
j'aimerai bien savoir l'archutecture du .NET Remoting (2-tiers,
3-tiers) ?



Ni l'un ni l'autre, mais ca permet de faire les 2 ! ;-)

Les notions de n-tiers sont des notions fonctionnelles qui n'ont de sens que
dans une application donnée. Le .NET remoting est un ensemble de mécanismes
qui permet de mettre en oeuvre ces notions fonctionnelles, mais il n'est lui
même pas lié à un fonctionnel quelconque.

Arnaud