Click here to Skip to main content
15,886,873 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionSystem Context Menu (Restore,Maximize,Close etc.) on part of client area Pin
pimb223-Jun-09 2:40
pimb223-Jun-09 2:40 
AnswerRe: System Context Menu (Restore,Maximize,Close etc.) on part of client area Pin
Eddy Vluggen25-Jun-09 8:44
professionalEddy Vluggen25-Jun-09 8:44 
GeneralRe: System Context Menu (Restore,Maximize,Close etc.) on part of client area Pin
pimb225-Jun-09 8:47
pimb225-Jun-09 8:47 
GeneralRe: System Context Menu (Restore,Maximize,Close etc.) on part of client area Pin
Eddy Vluggen25-Jun-09 9:11
professionalEddy Vluggen25-Jun-09 9:11 
AnswerRe: System Context Menu (Restore,Maximize,Close etc.) on part of client area Pin
pimb210-Jul-09 4:09
pimb210-Jul-09 4:09 
QuestionHow to check if TcpClient is connected to server? [modified] Pin
s_stoqnov23-Jun-09 0:45
s_stoqnov23-Jun-09 0:45 
AnswerRe: How to check if TcpClient is connected to server? Pin
s_stoqnov23-Jun-09 2:42
s_stoqnov23-Jun-09 2:42 
AnswerRe: How to check if TcpClient is connected to server? Pin
supercat924-Jun-09 5:49
supercat924-Jun-09 5:49 
Normally, when no actual data is being exchanged on a TCP connection, no packets will be sent in either direction. If the connection is lost, one may wait forever to receive data without any clue that anything is wrong.

Most TCP stacks, however, offer a 'keepalive' time setting. When this is enabled and the indicated amount of time has elapsed since the last packet exchange, the "bored" machine will pretend that it hasn't received the acknowledgment for the last byte of data it sent, and will thus resend it with an indication that it is a retransmission that needs acknowledgment. The other machine should receive this and acknowledge it appropriately. If the other machine has dropped the connection but is presently running, it will immediately send a reset and kill the connection. If the other machine is not running or is not accessible, the "bored" machine will detect the acknowledgment failure after a minute or so and drop the connection itself.
QuestionCrystal Report Pin
Bahram.Zarrin22-Jun-09 11:06
Bahram.Zarrin22-Jun-09 11:06 
QuestionThree tier architecture, database access layer pattern [modified] Pin
Julen21-Jun-09 2:35
Julen21-Jun-09 2:35 
AnswerRe: Tree tier architecture, database access layer pattern Pin
Eddy Vluggen21-Jun-09 3:31
professionalEddy Vluggen21-Jun-09 3:31 
QuestionRe: Tree tier architecture, database access layer pattern Pin
Julen21-Jun-09 3:56
Julen21-Jun-09 3:56 
AnswerRe: Tree tier architecture, database access layer pattern Pin
Eddy Vluggen21-Jun-09 5:19
professionalEddy Vluggen21-Jun-09 5:19 
AnswerRe: Tree tier architecture, database access layer pattern Pin
vasanth111122-Jun-09 0:55
vasanth111122-Jun-09 0:55 
GeneralRe: Tree tier architecture, database access layer pattern Pin
Eddy Vluggen22-Jun-09 12:24
professionalEddy Vluggen22-Jun-09 12:24 
AnswerRe: Tree tier architecture, database access layer pattern Pin
PIEBALDconsult22-Jun-09 7:46
mvePIEBALDconsult22-Jun-09 7:46 
QuestionRe: Tree tier architecture, database access layer pattern Pin
Julen22-Jun-09 11:15
Julen22-Jun-09 11:15 
AnswerRe: Tree tier architecture, database access layer pattern Pin
Eddy Vluggen23-Jun-09 0:14
professionalEddy Vluggen23-Jun-09 0:14 
AnswerRe: Tree tier architecture, database access layer pattern [modified] Pin
Dave Kreskowiak21-Jun-09 8:05
mveDave Kreskowiak21-Jun-09 8:05 
QuestionRe: Tree tier architecture, database access layer pattern Pin
Julen21-Jun-09 21:41
Julen21-Jun-09 21:41 
AnswerRe: Tree tier architecture, database access layer pattern Pin
Shukla Rahul21-Jun-09 23:54
Shukla Rahul21-Jun-09 23:54 
QuestionRe: Three tier architecture, database access layer pattern Pin
Julen22-Jun-09 0:03
Julen22-Jun-09 0:03 
AnswerRe: Three tier architecture, database access layer pattern Pin
Shukla Rahul22-Jun-09 2:40
Shukla Rahul22-Jun-09 2:40 
AnswerRe: Three tier architecture, database access layer pattern Pin
Pete O'Hanlon22-Jun-09 1:47
mvePete O'Hanlon22-Jun-09 1:47 
QuestionQuestion Regarding Owner-Drawn ComboBox Pin
Alan Burkhart20-Jun-09 15:07
Alan Burkhart20-Jun-09 15:07 

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.