Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About sockets
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Surjeet Yadav (3)
Saurabh Nandu (2)
Rajesh VS (2)
Dottys (1)
TH Mok (1)
Abhishek Jain (1)
Nilesh Jadav (1)
Abhishek Dubey (1)
Debasis Saha (1)
Mohit Kumar (1)
Sateesh Arveti (1)
Jean Paul (1)
Zoran Horvat (1)
Anand Thakur (1)
Patrick Lam (1)
Tin Lam (1)
Jim Peterson (1)
Neelam Iyer (1)
Christian Hanssom (1)
John Schofield (1)
S Thangaraju (1)
Bill Farley (1)
Michael Marasco (1)
mayevski (1)
Related resources for sockets
No resource found
Socket Programming In C#
11/8/2021 9:27:35 AM.
Learn socket programming using C# and .NET.
Peer-To-Peer Chat Program Using Asynchronous Socket
6/14/2021 3:42:46 AM.
This is a simple chat program, which uses asynchronous socket to provide connection between two machines.
HTML 5 Web Sockets
12/11/2019 11:41:15 PM.
HTML 5 introduced a new specification for Bi-Directional communication or Full Duplex connection between the server and the client
HTML5 WebSockets (Test WebSocket For Broadcasting): Part 3
12/10/2019 2:53:22 AM.
As you learn about HTML5 WebSockets and testing with client server in my previous article here in this article we will going to test the websockets for broadcasting messages.
HTML5 WebSockets (Test WebSocket For Client/server) : Part 2
12/10/2019 2:45:24 AM.
As you learn about HTML5 WebSockets in my previous article which is introduction article here in this article we will going to test the websockets.
HTML5 WebSockets Introduction: Part 1
12/10/2019 2:39:07 AM.
As here I am writing article about HTML5 WebSockets, let’s concentrate on it, on HTML5 Server Sent Events I will be writing another article.
How To Make A Chat Application Using Sockets In Java
9/30/2019 7:12:09 AM.
In this article, you will learn how to make a chat Application , using Sockets in Java.
Multithreaded Sockets (Multithreaded Server) and Working With URL Class
7/30/2019 3:51:24 AM.
In this article, we describe the basic need of creating a Multithreaded server and what is the URL class and its methods. We also give examples of Multithreaded server and URL classes method.
How To Use WebSockets In ASP.NET Core - Day Nine
8/3/2017 6:41:04 AM.
In the previous article of this series, we discussed the URL rewriting middleware concept within .net core applications. Now in this article, we will discuss about web sockets and how to use web socke
An Overview of WebSocket and Hub in SignalR
4/9/2015 4:26:36 PM.
This article describes the two main functionality of SignalR, WebSockets and SignalR Hub.
Introduction to Parametric Singleton Pattern
10/4/2012 11:55:17 AM.
This article explains about Parametric Singleton Pattern.
FileSharing Server in C# and .NET
9/29/2012 7:28:48 AM.
The server acts as a File Sharing Server, it listens for multiple clients to connect to it. The Clients have a option to either Download any of the Files available with the server for download.
SharePoint 2010 - Create SSL Enabled Site
8/16/2012 6:20:28 PM.
As part of development activities we might need to create a SSL enabled site inside SharePoint 2010. These sites will be accessed using HTTPS instead of HTTP.
Web Service Design for Chunked Transfer of Large Quantities of Data
8/19/2011 7:33:43 AM.
In this article we are going to demonstrate design techniques which can be used to produce such Web service. Solution which will be developed along the course of this text is for demonstration purpose only and cannot be applied to practical, real world problems as is. But we hope that methods used to develop it can be applied to much more complex cases.
Set up Secure Sockets Layer (SSL) using Digital Certificates
3/6/2007 9:33:51 AM.
This article explains how to secure an IIS Web application using SSL certificates.
A Simple Multi-threaded TCP/UDP Server and Client V2.
1/31/2007 4:07:15 AM.
This is the second version of my client/server program. The server and the client can be run on the same machine or on different machines. The following is the brief description of the server and the client programs specifically.
Multi-threaded Web Applications - Case II: Port Scanner
1/28/2006 6:41:10 AM.
This article continues the 4-parts series of Multi-threaded Web Applications. In the first part, I have demonstrated how you can use multi-threading with ASP.NET to make a web based search engine more responsive, and to reduce the time required to compose the result. In this article, I will demonstrate how you can apply the same technique to a web based port scanner.
Portscanning for Kazaa using C# Sockets
1/3/2006 11:09:25 PM.
In this article, you will learn how to write c# code to scan a host computer, and determine if it is running Kazaa, the popular P2P file sharing program.
Socket Programming
12/27/2005 7:01:32 AM.
This is a simple Client/Server program showing the communication taking place between the client and the server.
WhoIs Sample Code
12/27/2005 6:57:13 AM.
Sample example shows you how to implement WhoIs...
TCP Date Client/Server
12/27/2005 6:38:29 AM.
Free to use Tutorials on Communicating using TCP Sockets on Microsoft's .NET Platform using C#...
TCP/IPLib Sample
12/27/2005 6:03:15 AM.
This compopnent contains both a TCP/IP server and client. TcpIpClient inherits from System.Net.Sockets.TCPClient and is very straight forward. After construction, specifying the host and port, a network connection is established by calling Connect(). Internally, upon a successful connection, the client receives a TcpIpPacket, which contains a unique cookie that is used in any subsequent transactions.
TCP Client and Server
12/27/2005 5:38:25 AM.
You need to compile the server and the client programs separately. Before compiling, change the IP address in both programs to match that of your machine (NOTE: You can get IP address of your machine if you run 'ipconfig' from the command prompt in Windows NT/2000 m/c's)
Socket Chat
12/27/2005 5:14:00 AM.
This is an implementation of a Chat program using sockets. Along with basic chat capability,
Network Programming in C# - Part 2
12/27/2005 4:21:17 AM.
This is the second part of the series of articles about the network programming with C#.
Network Programming in C# - Part 1
12/27/2005 4:20:02 AM.
The .NET framework provides two namespaces, System.Net and System.Net.Sockets for network programming
IP LookUp Program in .NET
12/27/2005 1:27:08 AM.
This is an IP look up program that uses C# Windows Forms and IPHostEntry to resolve the DNS request.
Distributed Cross Platform Applications, the Easy Way
12/26/2005 6:34:08 AM.
There are many ways of transferring data from one process to another. All those methods have some advantages, but also some drawbacks.