C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jaish Mathews(2)
Mohamed Shifan(2)
Sanjay Kumar(2)
Lokesh Varman(2)
Vipendra Verma(1)
Nagaraj M(1)
Pranav J.Dev(1)
Selva Ganapathy(1)
Mohamed Hasan(1)
Munib Butt(1)
Varun Bansal(1)
Sam Hobbs(1)
Chitkaran Singh(1)
Resources
No resource found
Docker - DNS Based Inter Container Communication For ASP.NET Core WEB API REST Services - Part Two
Dec 27, 2019.
This is a continuation of the previous article with title Docker Part 1 - IP Based Inter Container Communication for ASP.NET Core WEB API REST Services". As mentioned there, using IP for internal communication is not a good practice. The container, in fact, could get a different IP machine if it's deployed on a different bridge, which may live on a different subnet. So it would be better to have a DNS and actually connect to the containers using their DNS name
Docker Part 1 - IP Based Inter Container Communication for ASP.NET Core WEB API REST Services 🤟
Dec 11, 2019.
You ever wondered how communication across containers happens? For example, if you have different services deployed inside different docker containers, how they can communicate each other? This article is guiding you to there in a developmental environment perspective. Deployment environment will be considered later.
How to Configure Inter VLAN Routing
Aug 30, 2012.
In this article I am going to explain how to configure inter VLAN routing.
Inter-Domain(OSPF) and Intra-Domain(BGP) Routing Security
Feb 25, 2026.
Secure your network with OSPF & BGP! This article details how to protect intra-domain and inter-domain routing from attacks, ensuring network integrity and availability.
Common Problems with Inter-VLAN Routing and How to Fix Them
Sep 17, 2025.
Troubleshoot common inter-VLAN routing problems with this guide. Learn to diagnose and fix issues like VLAN misconfigurations, trunk port errors, incorrect IP addresses, missing routes, ACL blocking, native VLAN mismatches, and STP problems. Ensure seamless communication between VLANs for a robust and well-managed network.
Inter-VLAN Routing: Connect VLAN-to-VLAN Communication
Sep 09, 2025.
This article provides a step-by-step walkthrough, including configuring VLANs on a Cisco switch, setting up trunk ports, creating router sub-interfaces, and assigning IP addresses. Perfect for network engineers and IT professionals seeking to optimize their network infrastructure and ensure seamless communication across different departments like IT, HR, and Sales.
Intra-process vs Inter-process Synchronization in C#
Jul 31, 2024.
In C#, intra-process synchronization involves managing concurrency within a single process using tools like lock, Mutex, and Semaphore. Inter-process synchronization deals with coordination between separate processes using similar mechanisms.
Exploring Inter-Process Communication in WPF Using Named Pipes
Mar 19, 2024.
In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
Demystifying Inter-Process Communication (IPC) in Python
Sep 24, 2023.
Inter-Process Communication (IPC) is the backbone of modern computing, enabling different processes to converse and share data seamlessly. In this article, we'll delve into several Python IPC methods, accompanied by real-world examples for each.
Inter-Process Communication
May 20, 2021.
This article will give you an idea on when to use what type of IPC based on the scenario.
Inter-Process Communication In Android
Apr 22, 2016.
In this article you will learn communication between two applications in Android.
Inter App Communications in Windows 10 UWP
May 20, 2015.
Here you will learn about the new and improved features of Windows 10 UWP which provide a more unique and secure way to transfer files or data between apps.
Inter-process Communication Between Managed Process
Jan 08, 2012.
This article explains Memory Mapped Files for inter-process communication.
Using Message Queues In C#
Dec 14, 2020.
In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
Invoking a Form UI Method From a Different Thread Using Delegates
Apr 14, 2012.
How to invoke a form UI method from a different thread using delegates (inter-thread communication).
An Introduction to Virtual Memory in Windows
Mar 04, 2010.
This article is about virtual memory, and there are some similarities between virtual memory and alternate universes in Science Fiction stories.
How to use Web Browser control in Visual Studio 2005
Nov 28, 2007.
This article illustrates the use use of web-browser control in Visual Studio 2005 and creating a web browser to visit websites.