TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Distributed Computing
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Lokendra Singh (2)
Wilson Mok (1)
Rajkumar Jain (1)
Ramaprasad Upadhyaya (1)
Puja Kose (1)
Amit Kumar Agrawal (1)
Usman Sheikh (1)
Nilesh Jadav (1)
Abdul Rasheed Feroz Khan (1)
Savio Aberneithie (1)
Praveen Kumar (1)
Related resources for Distributed Computing
No resource found
Azure Synapse Spark and Apache Spark Architecture
11/20/2024 10:01:09 AM.
Learn how both tools handle big data processing, their integration capabilities, and use cases. Perfect for beginners and professionals aiming to master distributed computing and analytics.
Glimpse of Apache Flink
11/11/2024 5:10:48 AM.
Apache Flink is an open-source framework designed for real-time and batch data processing. It enables scalable, high-performance analytics, ideal for complex event-driven applications.
Understanding mapPartition in PySpark
10/1/2024 4:13:33 AM.
We explore the mapPartition transformation in PySpark, a powerful optimization tool for batch processing and resource management. Unlike the map function, it processes entire partitions of data, enhan
Understanding RDDs in PySpark
6/19/2024 10:11:05 AM.
Explore the foundational concept of RDDs (Resilient Distributed Datasets) in PySpark, a powerful distributed computing framework. Learn how RDDs facilitate parallel processing, enabling efficient data
Remoting in .NET
6/4/2024 9:51:33 AM.
.NET Remoting enables distributed communication across app domains using various protocols, serialization formats, and object creation modes. Server-side, it creates a service exposing methods, access
Getting Started With Apache Spark
5/31/2024 10:02:08 AM.
In Big Data, Hadoop components such as Hive (SQL construct), Pig ( Scripting construct), and MapReduce (Java programming) are used to perform all the data transformations and aggregation.
Distributed Computing Using .NET Remoting
4/30/2024 10:47:27 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.
Implementing Actor Model in Azure Service Fabric
4/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 Call
4/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
Why We Need a Distributed Computing System And Hadoop Ecosystem
6/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 Perspective
7/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 Services
4/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.