Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Table or Datagrid... Pin
IamHuM13-Nov-06 22:44
IamHuM13-Nov-06 22:44 
GeneralRe: Table or Datagrid... Pin
Christian Graus13-Nov-06 22:45
protectorChristian Graus13-Nov-06 22:45 
GeneralRe: Table or Datagrid... Pin
IamHuM13-Nov-06 23:00
IamHuM13-Nov-06 23:00 
QuestionNeed Source Link About RichtextBox using OpenfileDialog Pin
M Riaz Bashir13-Nov-06 21:48
M Riaz Bashir13-Nov-06 21:48 
AnswerRe: Need Source Link About RichtextBox using OpenfileDialog [modified] Pin
kkadir13-Nov-06 21:58
kkadir13-Nov-06 21:58 
GeneralRe: Need Source Link About RichtextBox using OpenfileDialog Pin
M Riaz Bashir13-Nov-06 22:32
M Riaz Bashir13-Nov-06 22:32 
AnswerRe: Need Source Link About RichtextBox using OpenfileDialog Pin
Christian Graus13-Nov-06 22:07
protectorChristian Graus13-Nov-06 22:07 
QuestionHelp needed to make a decision Pin
kkadir13-Nov-06 21:45
kkadir13-Nov-06 21:45 
Hello everyone,

I need your help to make a decision. I want to make a client/server program working like this :

At the client program, the user will make same selections, write some info etc. in a wizard like interface. When he/she is done and click the finish button all selections and infos will be sent to the server. All problems shall handled; for instance if the server does not reply for some reason the client should queue the ready-to-send data for a while, or if the internet goes down again queue the data and wait until the internet is back again etc. The ready-to-send data should also include a header part that identifies the client itself and some other useful information. All these information may crypted.

The server will listen some ports -or just one port for incoming trasmissions. It will have an effective queue structure so that no incoming data is going to lost due to long waiting periods. Also the server should refuse incoming data that do not have a proper header or that do not have a client id matching the list that the server itself holds.

As you guess there may hundreds of clients and more features may be added later, so everything can going a bit more complex.

My question is how should I write such a program. Using .NET Remoting, Network Programming or what else? Or am I on the wrong way and should use some othe approach ?

I will appreciate any help about the issue.

Thanks a lot and best regards.

.:: Something is Wrong ::.

AnswerRe: Help needed to make a decision Pin
Christian Graus13-Nov-06 22:08
protectorChristian Graus13-Nov-06 22:08 
AnswerRe: Help needed to make a decision Pin
Eduard Keilholz13-Nov-06 22:11
Eduard Keilholz13-Nov-06 22:11 
GeneralRe: Help needed to make a decision Pin
kkadir13-Nov-06 22:24
kkadir13-Nov-06 22:24 
QuestionIssues when using System.Diagnostics.EventLog class. Pin
naveenjose13-Nov-06 19:51
naveenjose13-Nov-06 19:51 
QuestionWeb Part Template error Pin
mariarajakumar13-Nov-06 19:18
mariarajakumar13-Nov-06 19:18 
Questionhow to handle datagridview checkbox click event Pin
Sandeep Srinivas Kulkarni13-Nov-06 18:11
Sandeep Srinivas Kulkarni13-Nov-06 18:11 
AnswerRe: how to handle datagridview checkbox click event Pin
abd_o_d14-Nov-06 0:12
abd_o_d14-Nov-06 0:12 
GeneralRe: how to handle datagridview checkbox click event Pin
Sandeep Srinivas Kulkarni14-Nov-06 15:51
Sandeep Srinivas Kulkarni14-Nov-06 15:51 
Questionhow to use svcutil tool Pin
Sandeep Srinivas Kulkarni13-Nov-06 18:08
Sandeep Srinivas Kulkarni13-Nov-06 18:08 
QuestionHow can omit HTML tags while replacing? Pin
AngryC13-Nov-06 18:08
AngryC13-Nov-06 18:08 
AnswerRe: How can omit HTML tags while replacing? Pin
Not Active13-Nov-06 18:17
mentorNot Active13-Nov-06 18:17 
QuestionTrouble in Combobox columns in DataGridView Pin
Hiren Mistry13-Nov-06 17:41
Hiren Mistry13-Nov-06 17:41 
Questionsaving a password in xml Pin
Tom Wright13-Nov-06 16:29
Tom Wright13-Nov-06 16:29 
AnswerRe: saving a password in xml Pin
Christian Graus13-Nov-06 16:40
protectorChristian Graus13-Nov-06 16:40 
AnswerRe: saving a password in xml Pin
kkadir13-Nov-06 21:19
kkadir13-Nov-06 21:19 
AnswerRe: saving a password in xml Pin
Russell Jones13-Nov-06 21:34
Russell Jones13-Nov-06 21:34 
AnswerRe: saving a password in xml Pin
Ashish Derhgawen13-Nov-06 21:48
Ashish Derhgawen13-Nov-06 21:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.