473,379 Members | 1,252 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Making C# Server

Hi,

May you explain me how can i make my own Server using Dot net?

The protocol Tcp/IP needed to be used but how can I implement it with the
Dot Net?

It is easy to create server for a local network, but for internet i don't
know.

Thank you.
Nov 22 '05 #1
5 1272
On Sun, 3 Oct 2004 09:13:02 -0700, Julien wrote:
Hi,

May you explain me how can i make my own Server using Dot net?

The protocol Tcp/IP needed to be used but how can I implement it with the
Dot Net?

It is easy to create server for a local network, but for internet i don't
know.

Thank you.


Look in the docs at the TCPClient and TCPListener classes. That should
give you some ideas.

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
Nov 22 '05 #2
Pick up a copy of the book:
Advanced .NET Remoting
by Ingo Rammer

You may also want to take a hard look at web services... much better than
straight TCP stack work... the protocol is already defined for you.

--- Nick

"Julien" <Ju****@discussions.microsoft.com> wrote in message
news:CE**********************************@microsof t.com...
Hi,

May you explain me how can i make my own Server using Dot net?

The protocol Tcp/IP needed to be used but how can I implement it with the
Dot Net?

It is easy to create server for a local network, but for internet i don't
know.

Thank you.

Nov 22 '05 #3

"Nick Malik" <ni*******@hotmail.nospam.com> wrote in message
news:V8d8d.175865$D%.102789@attbi_s51...
Pick up a copy of the book:
Advanced .NET Remoting
by Ingo Rammer

You may also want to take a hard look at web services... much
better than
straight TCP stack work... the protocol is already defined for
you.


Just a warning to the OP. Don't just straight jump in and use
webservices first without researching if they are the best way to
accomplish your goals. I agree that web services are great, and I
use them for certain operations, but depending on what your
server does, and how often you need to communicate back and
forth, it may be better to avoid web services.

Andrew Faust
Nov 22 '05 #4
pm
Does something like this work?

DataGrid1.Columns[0].HeaderText=DateTime.Now.ToShortDateString();

"Julien" wrote:
Hi,

May you explain me how can i make my own Server using Dot net?

The protocol Tcp/IP needed to be used but how can I implement it with the
Dot Net?

It is easy to create server for a local network, but for internet i don't
know.

Thank you.

Nov 22 '05 #5
pm
Does something like this work?

DataGrid1.Columns[0].HeaderText=DateTime.Now.ToShortDateString();

"Julien" wrote:
Hi,

May you explain me how can i make my own Server using Dot net?

The protocol Tcp/IP needed to be used but how can I implement it with the
Dot Net?

It is easy to create server for a local network, but for internet i don't
know.

Thank you.

Nov 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Fuzzyman | last post by:
In a nutshell - the question I'm asking is, how do I make a socket conenction go via a proxy server ? All our internet traffic has to go through a proxy-server at location 'dav-serv:8080' and I...
1
by: Erwin S. Andreasen | last post by:
I have a Python application server that manages several different data sets, permits various reports to be run on them and the data to be downloaded as tab-delimetered files, all via a web...
1
by: wrytat | last post by:
Hi! I'm very new to ASP.NET and really need some good advice from experts here. I'm creating a web application for my company now. This application has 2 parts. 1 part for the customers to...
4
by: Stephan Bour | last post by:
Hi, I have a datagrid databound to a SQL query. I'd like to allow editing of some columns but not all. Is there a way to turn off the conversion of the datagrid cells to textboxes for some columns...
5
by: Charlie | last post by:
Hi: I'm working on an e-commerce site. Using the SMTP class, my site sends out confirmation messages. It works most of the time, but sometimes raises an error. I need a way of making sure it...
1
by: Chris Langston | last post by:
We are seeing a very frustrating intermittent problem. We are making Synchronious web service method calls from a .NET windows Service using the following syntax WebRequest.getResponse call it...
0
by: Mike Cox | last post by:
Hi. As most of you know, comp.databases.postgresql.general is a wonderful resource. What you may not know is that it has not gone through a process that would enable it to be listed on hundreds...
0
by: Dan | last post by:
Issue making textbox visible based on specific input from a radio button list in an EditItemTemplate I want to setup a gridview that when in edit mode and when the user selects "Other" from a...
1
by: getelectronic | last post by:
Hi all I have a sample code to implement opc client in Python. i use a file .py making by makepy with pythonwin for Com Interface. i can get all server in machine, connect to server opc,...
3
by: veer | last post by:
hello expert i am making a project, i want to connect a sql server which is on my LAN network and access its data from the database i know how to connect with sql server which is on my own machine...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.