Related resources for Distributed Computing
  • Implementing Actor Model in Azure Service Fabric4/16/2024 8:46:59 AM. In this article, we are going to learn about a completely new programming paradigm called Actors. First I will give you a brief intro to Actor Model theory and then we will start implementing Actor Mo
  • Getting Started With Remote Procedure Call4/4/2024 9:33:47 AM. Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
  • Distributed Computing Using .NET Remoting12/8/2020 2:31:35 AM. AppDomain is an isolated environment for executing Managed code. Objects within same AppDomain are considered as local whereas object in a different AppDomain is called Remote object.
  • Remoting in .NET11/23/2020 9:19:07 AM. Distributed computing is an integral part of almost every software development. Before .Net Remoting, DCOM was the most used method of developing distributed application on Microsoft platform.
  • Why We Need a Distributed Computing System And Hadoop Ecosystem6/4/2020 1:43:54 AM. In this article, you will learn why we need a distributed computing system and Hadoop ecosystem.
  • Elements Of Distributed Computing With Blockchain Perspective7/6/2019 9:40:14 AM. In this article, you will learn about the elements of distributed computing with a Blockchain perspective.
  • Chapter 31:Creating Web Services4/29/2008 4:35:38 AM. This chapter provides an overview of web services and the problems they solve and how to create and consume them in ASP.NET.