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 Client Server
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Indika M W (2)
Gomathi Palaniswamy (1)
Tushar Beniwal (1)
Ashutosh Singh (1)
Sardar Mudassar Ali Khan (1)
Keyur (1)
Abhishek Goswami (1)
Sergei Kitaev (1)
Gaurav Kumar (1)
Sourav Kayal (1)
Abhishek Dubey (1)
Devesh Omar (1)
Scott Lysle (1)
Manisha Mehta (1)
Nanu Jogi (1)
Related resources for Client Server
No resource found
Two-Tier and Three-Tier Architecture with example
7/4/2024 7:38:08 AM.
This content explores the fundamentals of two-tier and three-tier architecture, key models in software system design. It covers their structures, components, and functionalities, highlighting the clie
Introduction To gRPC And its Implementation In .NET Core 3.1
4/26/2024 12:04:24 PM.
Learn the fundamentals of gRPC and its integration with .NET Core 3.1 in this introductory guide. Discover how gRPC facilitates efficient, cross-platform communication using protocol buffers. Explore
Real-Time Data Transfer with WebSockets and SignalR in .NET Core
4/22/2024 4:05:14 AM.
In this article, we'll explore how to implement WebSocket functionality using SignalR in a .NET Core application to retrieve data from a concurrent dictionary and push it to clients in real time.
ValidateAntiForgeryToken in ASP.NET Core
12/13/2023 6:17:03 AM.
In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user truste
Software Architecture Types
9/26/2023 4:42:06 AM.
Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
SQL Server Analysis Services (SSAS) : Part 1
2/20/2023 7:29:56 AM.
This article describes the Microsoft Business Intelligence (BI) suite that provides a very powerful technology called SQL Server Analysis Services (SSAS) to deliver OnLine Analytical Processing (OLAP)
Client-Server WASM-Application In C#, TypeScript And Transact-SQL
9/29/2020 11:07:57 PM.
In this article, we describe a Blazor-WASM sample application. Although the article is associated with Web-development, it is not about the classical web. It is related to general Client-Server progra
Connecting Devices Using Client and Server Architecture in Android: Part 1
3/27/2020 2:05:38 AM.
This article illustrates how the sharing mechanism works using Bluetooth technology via client and server architecture.
Understand WCF: Part 2: Understand RESTful Service
9/11/2019 3:19:25 AM.
This article will clarify a few more concepts related to services and protocols.
UDP Client Server Programing
7/22/2019 1:36:02 AM.
In this article we are going to describe the major differences between TCP and UDP protocols. We will also describe the difference in programming terms of which type of method is used in UDP client/se
Debugging HTTP Requests and HTTP Responses
11/25/2013 10:56:07 AM.
This article introduces an easy way to the see all the details of a HTTP request and HTTP response.
Client Server Multithreading Application in VB.NET
11/10/2012 12:39:58 AM.
This is simple Client/Server (multi-threading) program that transfers data. Server can handle multiple clients.
Test for Desktop User Group Membership with C#
10/5/2012 9:00:24 AM.
This article describes a simple approach to determining whether or not a logged in user is a member of a group within the context of a desktop application. The approach shown relies upon the use of the user’s current Windows identity.
Real-time Message Logging Utility - Part 1
9/30/2012 2:32:10 AM.
A message logger is a utility that helps in logging the messages thrown from functions/programs. It is useful in critical applications as it helps to know the time taken by a function to execute, the time that the function remained idle and any messages that the function wants to be logged for further analysis.
Client Server Multithreaded Application
8/29/2006 11:13:14 AM.
This is simple Client/Server (multi-threading) program that transfers data. Server can handle multiple clients.
Chat Server with Client Implemented with C#
12/27/2005 3:46:40 AM.
This client/server application let you chat ....