Related resources for Client Server
  • Introduction To gRPC And its Implementation In .NET Core 3.14/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 Core4/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 Core12/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 Types9/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 12/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-SQL9/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 13/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 Service9/11/2019 3:19:25 AM. This article will clarify a few more concepts related to services and protocols.
  • UDP Client Server Programing7/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 Responses11/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.NET11/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 19/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 Application8/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 ....