Click here to Skip to main content
15,917,633 members
Home / Discussions / C#
   

C#

 
QuestionTyped Dataset replacing existing relationship for dynamic one throws: The row doesn't belong to the same DataSet as this relation [modified] Pin
Nohcs77726-Aug-09 13:53
Nohcs77726-Aug-09 13:53 
QuestionSQLCE C# Not Selecting New Records Pin
hobbsieoz26-Aug-09 11:11
hobbsieoz26-Aug-09 11:11 
QuestionClickOnce Update Problem Pin
MWRivera26-Aug-09 10:46
MWRivera26-Aug-09 10:46 
AnswerCross post Pin
Not Active26-Aug-09 10:58
mentorNot Active26-Aug-09 10:58 
QuestionUdpClient Error : Only one usage of each socket address (protocol/network address/port) is normally permitted PinPopular
zafersavas26-Aug-09 10:10
zafersavas26-Aug-09 10:10 
AnswerRe: UdpClient Error : Only one usage of each socket address (protocol/network address/port) is normally permitted Pin
stancrm26-Aug-09 13:05
stancrm26-Aug-09 13:05 
AnswerRe: UdpClient Error : Only one usage of each socket address (protocol/network address/port) is normally permitted Pin
N a v a n e e t h26-Aug-09 15:47
N a v a n e e t h26-Aug-09 15:47 
QuestionSpecial character ` in Visual Studio generated queries and how to remove it Pin
prg191226-Aug-09 9:58
prg191226-Aug-09 9:58 
AnswerRe: Special character ` in Visual Studio generated queries and how to remove it Pin
N a v a n e e t h26-Aug-09 15:49
N a v a n e e t h26-Aug-09 15:49 
GeneralRe: Special character ` in Visual Studio generated queries and how to remove it Pin
prg191227-Aug-09 11:15
prg191227-Aug-09 11:15 
QuestionC# Messenger Pin
I Believe In GOD26-Aug-09 9:51
I Believe In GOD26-Aug-09 9:51 
AnswerRe: C# Messenger Pin
DaveyM6926-Aug-09 10:11
professionalDaveyM6926-Aug-09 10:11 
GeneralRe: C# Messenger Pin
I Believe In GOD26-Aug-09 12:13
I Believe In GOD26-Aug-09 12:13 
GeneralRe: C# Messenger Pin
harold aptroot26-Aug-09 10:22
harold aptroot26-Aug-09 10:22 
I'd use TCP; for text, losing a part is generally seen as worse than suffering a slight delay
Just slap your own application level protocol on top

If you let all messages go through the server, you won't even have to worry about opening points on the client side. But you'd be putting more load on the server and the latency would be approximately doubled compared to peer-to-peer chat (where the server would only be used to look up the IP of a client from an ID/name/whatever)
Peer-to-peer is quite hard compared to server/client though.



GeneralRe: C# Messenger Pin
I Believe In GOD26-Aug-09 12:17
I Believe In GOD26-Aug-09 12:17 
GeneralRe: C# Messenger Pin
harold aptroot26-Aug-09 12:47
harold aptroot26-Aug-09 12:47 
AnswerRe: C# Messenger Pin
Patrick Eckler26-Aug-09 12:03
Patrick Eckler26-Aug-09 12:03 
GeneralRe: C# Messenger Pin
harold aptroot26-Aug-09 12:10
harold aptroot26-Aug-09 12:10 
AnswerRe: C# Messenger Pin
N a v a n e e t h26-Aug-09 16:02
N a v a n e e t h26-Aug-09 16:02 
GeneralRe: C# Messenger Pin
I Believe In GOD27-Aug-09 3:03
I Believe In GOD27-Aug-09 3:03 
QuestionProgrammatically import Access DB into SQL Express Pin
benford26-Aug-09 9:46
benford26-Aug-09 9:46 
QuestionSudoku problem [modified] Pin
GravityKoch26-Aug-09 9:45
GravityKoch26-Aug-09 9:45 
AnswerRe: Sudoku problem Pin
EliottA26-Aug-09 11:21
EliottA26-Aug-09 11:21 
AnswerRe: Sudoku problem Pin
Henry Minute26-Aug-09 14:49
Henry Minute26-Aug-09 14:49 
GeneralRe: Sudoku problem Pin
GravityKoch26-Aug-09 20:26
GravityKoch26-Aug-09 20:26 

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.