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
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (4)
Nilesh Jadav (4)
Catcher Wong (3)
Ayush Gupta (3)
Ajay Kumar (3)
Sriram Kumar Mannava (3)
CSharp TV (2)
Lokendra Singh (2)
Gurpreet Arora (2)
Aman Gupta (2)
Lalit Bansal (2)
John Charles Olamendy (2)
Abdul Rasheed Feroz Khan (2)
Anubhav Chaudhary (2)
Waqas Anwar (1)
Rajkumar Jain (1)
Nitin Pandit (1)
Sreenath Kappoor (1)
Ananthakrishna V (1)
Chethan N (1)
Ashish Tiwari (1)
Govind Khandelwal (1)
Jaimin Shethiya (1)
Ramaprasad Upadhyaya (1)
Jitendra Mesavaniya (1)
Vishal Joshi (1)
Puja Kose (1)
Kamal Rawat (1)
Amit Kumar Agrawal (1)
Anup Hosur (1)
Ajay Yadav (1)
Usman Sheikh (1)
Subham Ray (1)
Satheesh Palani (1)
Debendra Dash (1)
Ranjith (1)
Bohdan Stupak (1)
Najath Risni (1)
Mariusz Postol (1)
Guest User (1)
Rahul Rai (1)
Dhiraj Poojary (1)
George (1)
Munir Shaikh (1)
Sardar Mudassar Ali Khan (1)
Amit Singh (1)
Rajneesh Chaubey (1)
Waqas Ahmed (1)
Amit Mohanty (1)
Aravind Govindaraj (1)
Jaydeep Patil (1)
Gowtham K (1)
Nandkishor Yadav (1)
Sarathlal Saseendran (1)
Swesh S (1)
Sameer Shukla (1)
Bishwanath Dey Nayan (1)
Shenbagapandiyan P (1)
Kirtesh Shah (1)
Amit Naik (1)
Srihari Chinna (1)
Guest User (1)
Mahesh Chand (1)
Rion Williams (1)
Menish Gupta (1)
Vidya Vrat Agarwal (1)
Christian Del Bianco (1)
Farhan Ahmed (1)
Savio Aberneithie (1)
Sourav Mukherjee (1)
Pratiksha R (1)
Elavarasan R (1)
Jignesh Trivedi (1)
Aroh Shukla (1)
Arjun Singh (1)
Vignesh Ganesan (1)
Prasham Sabadra (1)
Destin Joy (1)
Related resources for Distributed
No resource found
Mastering Session Management in ASP..NET Core with NCache
11/17/2024 10:45:12 AM.
Learn how to implement high-performance, scalable caching for ASP.NET applications, ensuring optimal session state handling, improved load balancing, and fault tolerance with NCache integration.
Best Practices in Building Cloud Distributed Systems
11/12/2024 11:17:56 AM.
This video will explore key topics related to building cloud-native and distributed systems, including scalability, availability, and resilience.
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 Distributed and Monolithic SQL Architectures
11/5/2024 10:01:52 AM.
In this article, we explore the key differences between distributed and monolithic SQL architectures. We delve into their respective advantages and disadvantages, focusing on scalability, performance,
Enhancing Microservices with Kafka: A Distributed Messaging Solution
10/23/2024 8:17:59 AM.
In this video, we will explore how to effectively bridge various pods and JVMs while considering key factors such as scalability, resilience, high availability, and performance for intensive applicati
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 Database Sharding in Programming
9/24/2024 5:41:14 AM.
Learn how sharding improves scalability and performance in distributed databases, key strategies for partitioning data, best practices for shard key selection, and techniques to optimize data manageme
Understanding Three-Phase Commit in Microservices
9/12/2024 11:24:23 AM.
Delve into how distributed transactions ensure consistency, atomicity, and fault tolerance across decentralized systems, maintaining ACID properties crucial for scalability and robust transaction mana
Creating Distributed Lock With Redis In .NET Core
9/4/2024 8:31:22 AM.
Learn how to implement a distributed lock using Redis in .NET Core. This guide covers the essentials of setting up Redis for distributed locking, managing concurrency, and ensuring data consistency in
Introduction of Microservices
8/16/2024 5:19:21 AM.
Microservices design software as collection of small, independent services, each handling a specific function. They allow independent deployment, scalable resources, and diverse technologies. Benefits
Advanced .NET Core Microservices with MediatR
8/9/2024 11:55:17 AM.
Explore advanced .NET Core and MediatR techniques for building scalable microservices. Delve into patterns like CQRS and event sourcing, optimize performance with caching and load balancing, and embra
Apache Kafka with Dapr Bindings in .NET
7/24/2024 7:13:08 AM.
This content provides an in-depth overview of integrating Apache Kafka with Dapr Bindings for building distributed event-driven applications. It explains the key concepts of Apache Kafka, Dapr, and Da
Consensus Mechanism in Blockchain
7/15/2024 11:23:54 AM.
Explore the intricate world of blockchain consensus mechanisms, pivotal to decentralized networks. Discover how algorithms like Proof of Work (PoW), Proof of Stake (PoS), and Byzantine Fault Tolerance
Top Java Spring Boot Scenario-Based Interview Questions
6/24/2024 9:22:12 AM.
Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
Getting Started with ZooKeeper: A Beginner's Guide
6/20/2024 8:57:57 AM.
Learn the basics of Apache ZooKeeper, a distributed coordination service, including its architecture, installation, usage, and practical examples.
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
Understanding ZooKeeper: Key Concepts and Architecture
6/19/2024 5:24:30 AM.
Explore the key concepts and architecture of ZooKeeper, a distributed coordination service, and understand its impact through an example of a distributed lock service.
Introduction to Apache ZooKeeper
6/18/2024 5:58:37 AM.
Apache ZooKeeper is a centralized service for managing configuration, synchronization, and naming in distributed systems.
Introduction to Service Oriented Architecture
6/13/2024 8:26:12 AM.
Service Oriented Architecture (SOA) enables scalable, interoperable applications by decoupling services, ensuring they remain independent and self-contained. It uses standards like WSDL for describing
Memory Cache in C#
6/7/2024 10:30:59 AM.
Learn about optimizing web application performance through cache implementation. Understand various cache types like in-memory, persistent, and distributed caches. Explore methods to add, store, retri
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
Introducing HybridCache The Future of .NET Caching
6/4/2024 6:00:05 AM.
HybridCache bridges gaps in .NET's IDistributedCache and IMemoryCache, introducing advanced capabilities like stampede protection and configurable serialization. It simplifies caching with a unifi
Mongo DB Indexing Strategies with Real-time Scenarios
6/3/2024 9:45:25 AM.
MongoDB, a scalable NoSQL Database, uses indexing to optimize query performance. Indexing involves creating data structures to expedite data retrieval operations on collections, enhancing efficiency.
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.
How to Link Server in SQL?
5/30/2024 5:48:46 AM.
Explore the evolution of linked servers in SQL Server, from their inception in SQL Server 7.0 to the latest versions like SQL Server 2019 and 2022. Learn about their benefits, drawbacks, and modern ap
Common Types of Cache Architectures
5/28/2024 10:42:11 AM.
Explore various caching architectures: client-side, server-side, CDN, distributed, database, and application-level caching. Each offers advantages like reduced latency and improved performance but com
CAP Theorem: Navigating the Trade-offs in Distributed Systems
5/17/2024 9:03:46 AM.
The CAP theorem, introduced by Eric Brewer in 2000, outlines the trade-offs between Consistency, Availability, and Partition Tolerance in distributed systems. This article explores its history, princi
Transactional Queue in .NET
5/1/2024 11:34:58 AM.
Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging ca
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.
Why Choose Hyperledger - The Enterprise Blockchain
4/29/2024 11:56:35 AM.
Discover why Hyperledger is the premier choice for enterprise blockchain solutions. Explore its robust security, scalability, and tailored business applications, making it the trusted platform for dec
Cache-Aside Pattern Using ASP.NET Core And Azure Redis Cache
4/24/2024 7:54:32 AM.
"Implement Cache-Aside pattern in ASP.NET Core with Azure Redis Cache for efficient data retrieval. Cache data on-demand, reducing database load and enhancing application performance through dist
Remoting Technology: Distributed Computing
4/18/2024 1:27:32 PM.
Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
Harnessing the Power of Big Data with Alibaba Cloud AnalyticDB
4/17/2024 6:28:24 AM.
Learn how Alibaba Cloud AnalyticDB empowers businesses to harness the power of big data analytics, with high performance, scalability, and cost-effectiveness.
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
What is Alibaba Cloud Lindrom (ACL) ?
4/12/2024 5:52:19 AM.
In this article, we will learn Alibaba Cloud Lindorm is a cloud-native multi-model hyper-converged database service developed and optimized for IoT, the Internet, and the Internet of Vehicles (IoV).
Getting Started With MicroServices
4/11/2024 6:17:13 AM.
In this article, you will Embark on your journey into Microservices, the architecture revolutionizing modern software development. Explore scalability, distributed systems, RESTful APIs, and container
Asynchronous Communications Using RabbitMQ Message Broker
4/4/2024 11:37:39 AM.
In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
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
Remote Procedure Calls using SOAP
4/4/2024 9:32:03 AM.
Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
Creating Distributed Map-Reduce Job via AWS Step Function
3/18/2024 9:11:39 AM.
Example of distributed map-reduce job using AWS Step Function on the example of the generative art piece. The article explains using AWS Step Functions to orchestrate lambdas in a distributed serverle
How to Do Distributed File System (DFS) In Server
3/4/2024 8:12:37 AM.
In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
Understanding Caching in .NET With Example
2/28/2024 5:20:20 AM.
Caching is a cornerstone in .NET development, enhancing application performance and scalability. This article explores its significance, and diverse caching techniques, and offers a practical example
Programming in Practice Discipline
2/27/2024 10:10:08 AM.
Programming in Practice is a discipline that systematically applies engineering principles to the program design, development, and implementation of algorithms, program text editions, and testing. It
Get In Touch With Document DB From Azure Cosmos DB
2/22/2024 4:41:24 AM.
This article introduces readers to the new features Microsoft unveiled at Build 2017, particularly focusing on Azure Cosmos DB. It explains Cosmos DB as a globally distributed, multi-model database se
Distributed Tracing with OpenTelemetry in .NET Core
2/16/2024 10:03:28 AM.
OpenTelemetry revolutionizes observability in software development, offering a unified approach to collecting telemetry data across distributed systems. With its standardized APIs and SDKs, developers
Exporting OpenTelemetry Traces to Azure Monitor using ASP.NET Core
2/14/2024 11:43:55 AM.
Learn to seamlessly export OpenTelemetry traces from ASP.NET Core to Azure Monitor. Enhance monitoring and optimize performance with Azure's robust tools.
Comparing Vertical Scaling and Horizontal Scaling in System Design
1/11/2024 6:14:25 AM.
Certainly! This article delves into the critical aspect of system design known as scalability, exploring two primary approaches: Vertical Scaling and Horizontal Scaling. Vertical Scaling involves enha
Source Control (4), Git --- Distributed App
12/28/2023 7:44:17 AM.
Dive into the intricate realm of Source Control through a series covering stand-alone apps, server apps, and online centralized services like GitHub and Azure DevOps. Learn Git's definition, histo
What is NCache Playground and How to Use It?
12/18/2023 10:56:11 AM.
As software developers, we may come across different requirements which require us to try and work with different technologies and frameworks. But this comes with its own learning curve - installing t
NServiceBus In .NET 7: Simplifying Distributed Systems Communication
10/11/2023 8:41:12 AM.
NServiceBus in .NET 7: Simplifying Distributed Systems Communication
Integrating Redis Cache In .NET Core 6
10/11/2023 8:37:34 AM.
Integrating Redis Cache in .NET Core 6 provides efficient data storage and retrieval capabilities for applications. This step-by-step guide with examples demonstrates how to seamlessly incorporate Red
Distributed Transaction Coordinator/Control In ASP.NET (DTC)
9/14/2023 10:04:12 AM.
A transaction is a series of work perform as a single unit of work consistency and reliability of the system, can be achieved by binding a set of related operations together in a transaction. Here I w
Diagnosing Microservices Performance with Azure Application Insights and OpenTelemetry
9/14/2023 8:34:10 AM.
Implementing distributed tracing with Azure Application Insights or OpenTelemetry to diagnose performance issues is a crucial aspect of monitoring and troubleshooting applications in a distributed sys
Cache Notifications and Event-driven Architecture with NCache
8/27/2023 12:39:58 PM.
In this article, let us discuss the importance of cache notifications in building an event driven application and how we can implement such a mechanism with an example in NCache
Replication In Distributed Real Time Database System
8/23/2023 9:37:57 AM.
Replication Techniques for increasing the performance of Distributed Real Time Database System.
Understanding Fragmentation In Distributed Databases
8/9/2023 9:13:24 AM.
Fragmentation in distributed databases refers to the division of a database into smaller parts or fragments that are stored on different computers or nodes within a network. This division is done to e
Caching Best Practices for ASP.NET Core Microservices with NCache
7/11/2023 5:06:51 AM.
Let us learn about some of the important key considerations and best practices for implementing an efficient caching in .NET Core Microservices using NCache
Efficient CRUD Operations with ElasticSearch and .NET Core API
5/29/2023 1:50:40 PM.
ElasticSearch is a powerful and highly scalable open-source search and analytics engine built on top of Apache Lucene.
Caching Strategies In .NET Core - Using Distributed Cache, Memory Cache And Response Cache
4/12/2023 5:11:40 AM.
In this article, you will learn about Caching Strategies in .NET Core: Using Distributed Cache, Memory Cache and Response Cache.
Distributed Database Management Systems
1/24/2023 7:34:26 AM.
I will illustrate the principles of Distributed Database Management Systems through this article.
Kafka Overview
12/26/2022 4:19:22 AM.
In this article, you will learn about Kafka.
Redis Cache And Its Different Ways Of Installation
11/14/2022 4:59:20 AM.
In this article, you will learn about redis cache and its different ways of installation.
Get Started With ASP.NET Core IDistributedCache Provider For NCache
8/8/2022 4:32:32 AM.
From this article you will learn how to work with ASP.NET Core IDistributedCahe provider for NCache.
Working With ASP.NET 6 IDistributedCache Provider For NCache
7/7/2022 5:25:50 PM.
In this article, you will learn how to work with ASP.NET 6 IDistributedCache Provider for NCache.
Easily Use Redis Cache In ASP.NET 6.0 Web API
6/22/2022 8:46:54 AM.
In this post, we will see how to use Redis cache in .NET 6.0 Web API
Create a Redis Cache with Express Node JS
5/10/2022 6:51:34 PM.
This article provides a sample application uses the Redis Cache with explanation
Distributed Transaction in C# Microservices using SAGA Pattern
4/11/2022 9:21:40 AM.
This article describes how to accomplish a distributed transaction in SAGA pattern with the help of DTM in C#'s microservices, and how to handle common anomalies in distributed transactions
Understanding CAP Theorem
1/6/2022 4:24:43 AM.
In this article, you will learn about CAP Theorem in distributed computing.
Caching Mechanism In ASP.NET Core
9/3/2021 12:08:27 PM.
In this article, we will learn about Caching. First we will get some general level idea about caching and try to implement different types of caching in ASP.NET Core to supercharge our services. We wi
Distributed Caching (Redis)
7/6/2021 12:41:47 PM.
In this article, you will learn the ways to improve application performance using distributed caching.
Microservices Architecture Pattern - SAGA
6/28/2021 11:35:44 AM.
In this article, you will learn about the Microservices Architecture pattern - SAGA.
Distributed Redis Caching In ASP.NET Core
5/25/2021 6:19:05 PM.
In this article, you will learn about distributed Redis caching in ASP.NET Core.
ASP.Net MVC Framework Donut & Donut Hole Caching
3/1/2021 10:53:32 AM.
In this article, you will learn about ASP.NET MVC Framework Donut & Donut Hole Caching.
ASP.NET Core 2.0 MVC Distributed Cache Tag Helper
11/23/2020 2:45:12 AM.
Cache and Distributed Cache Tag Helper help improve performance of your application by caching view’s content, either in-memory or in a distributed cache (e.g. Redis). Distributed Cache Tag Helper use
ADO.NET From Windows DNA's Perspective
11/2/2020 10:22:05 AM.
Windows DNA is a framework to build multi-tier, high performance, scalable distributed applications over the network. This article takes a Windows DNA perspective and compares how ADO.NET fits in Wind
Making Distributed/Remote Agile Teams Work
9/13/2020 5:32:47 PM.
In this article, you will learn how to make distributed/remote Agile Teams work.
A Distributed Tracing Adventure in Apache Beam
7/10/2020 10:04:49 PM.
A Distributed Tracing Adventure in Apache Beam
Data Storage in Hadoop: Hadoop Distributed File System (HDFS)
7/8/2020 1:20:10 AM.
This article explains the Hadoop Distributed File System (HDFS).
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.
CAP (a.ka. Brewer's) Theorem a Key player in Distributed System Design
4/23/2020 2:33:29 AM.
One of the key challenges in system design and software architecture is to choose a trade-off. Today's customer-obsessed software enterprises are becoming even more cognizant by putting customer e
Distributed Transactions with Web API across Application Domains
3/28/2020 8:44:01 AM.
Start a transaction from a client application, involving Web API running in different application domains.
Cache And Distributed Cache Tag Helper In ASP.NET Core 3.1
1/6/2020 11:33:23 PM.
Today we will discuss about 2 tag helpers related to caching in asp.net core: cache tag helper and distributed cache tag helper.
Distributed Databases in SQL Server
7/10/2019 6:27:35 AM.
In this article, I will cover on distribution of SQL queries where each system manages a single copy of data, and uses distributed transaction mechanisms to access local and remote data.
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.
Exploring Distributed Tracing Using ASP.NET Core And Jaeger
3/19/2019 8:47:00 AM.
This short article shows how to set up a local testing environment of Jaeger, integrate with ASP.NET Core application and why we need the distributed tracing during our development and deployment.
Idempotent Operation In Distributed System
1/8/2019 3:07:39 AM.
Idempotent Operation in Distributed System. In this article, we will learn one more aspect what is Idempotent Operation.
What Are The Advantages And Usage Of Apache Cassandra Database
12/21/2018 2:36:17 PM.
This article reviews basics of Apache Cassandra and its advantages and usages. Apache Cassandra is the easiest truly big-data database that can scale and replicate data globally in a master-less confi
Exploring Kraken - A Distributed And Async PHP Framework
8/16/2018 10:16:29 AM.
PHP frameworks are noted for their developer friendly feature and robust nature. PHP itself is a widely used programming language, so the different frameworks in themselves are hugely admired and wide
Overview Of The Azure DDoS Protection Standard
8/10/2018 9:00:17 AM.
Distributed denial of service (DDoS) is a form of attacks, and it has top availability and security concerns from the customers during their network utility. These concerns confirm from the number of
Semantics Exactly Once In Distributed System
5/6/2017 12:01:06 PM.
This article enables you to have Semantics exactly once in Distributed System.
Synchronization In Distributed System
4/27/2017 12:30:49 PM.
Synchronization In Distributed System.
Working With A Distributed Cache In ASP.NET Core
2/28/2017 12:16:23 AM.
In this article, you will learn how to work with a distributed cache in ASP.NET Core.
Get Details About Distributed Computing Environments
12/11/2016 11:34:05 PM.
in this article, you will get the details about distributed computing environments.
Troubleshooting and Fixing Distributed Cache Service in SharePoint 2013
8/14/2016 3:43:18 PM.
SharePoint 2013 Distributed Cache is a default service. However, troubleshooting it manually could be a challenging task.
Concept Of Transaction Scope (Local and Distributed Transaction)
4/25/2016 11:56:09 AM.
In this article you will learn about the concept of Transaction scope (Local and Distributed Transaction).
Patching Distributed Cache in SharePoint Server 2013
2/29/2016 10:09:19 AM.
In this article you will learn Patching Distributed Cache in SharePoint Server 2013.
Adding A Custom Object To Distributed Cache Using AppFabric Client DLLs
2/12/2015 11:33:30 PM.
In this article you will learn how to add a Custom Object to a Distributed Cache using the AppFabric Client DLLs in SharePoint.
Understanding and Configuring the Distributed Cache in SharePoint 2013
10/15/2014 12:03:23 PM.
We can have an introduction in configuring the Distributed Cache in SharePoint 2013
How to Install the DFS Server on Windows Server 2012
5/22/2013 3:17:56 PM.
Through this Article you will learn about How to install the DFS Server on Windows Server 2012.
How to Configure DTC Security to Allow Remote Transactions on Your System
4/22/2013 4:41:33 PM.
In this article you will learn how to configure DTC Security to allow your system to participate in Remote Transections.